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