Wisej.Web.CommandArgs<T>
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents typed data passed to ICommand.
Name | Description |
---|---|
Initializes a new CommandArgs.
Initializes a new CommandArgs.
Name | Type | Description |
---|---|---|
T: Returns or sets the current data item.
T
Type of the CommandArgs property.
args
Original data used to initialize the typed CommandArgs object.