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