CommandArgs<T>

Wisej.Web.CommandArgs<T>

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.0.0.0)

Represents typed data passed to ICommand.

public class CommandArgs<T> : CommandArgs

Parameters

Name
Description

T

Type of the CommandArgs property.

Constructors

CommandArgs()

Initializes a new CommandArgs.

CommandArgs(args)

Initializes a new CommandArgs.

Name
Type
Description

args

Original data used to initialize the typed CommandArgs object.

Properties

DataItem

T: Returns or sets the current data item.

Last updated

Was this helpful?