CommandArgs<T>
Wisej.Web.CommandArgs<T>
Last updated
Wisej.Web.CommandArgs<T>
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.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.