CommandArgs
Wisej.Web.CommandArgs
Last updated
Wisej.Web.CommandArgs
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Represents data passed to ICommand.
Initializes a new instance of CommandArgs.
dataItem
Current data item in the data source, or null.
commandSource
bindingContext
currencyManager
All arguments are optional.
BindingContext: Returns or sets the current BindingContext.
ICommandSource: Returns or sets the ICommandSource that invoked the command.
CurrencyManager: Returns or sets the current CurrencyManager.
Object: Returns or sets the current data item.
The that invoked the command.
Current or null.
The for the current data source, or null.
Represents typed data passed to .