CommandArgs

Wisej.Web.CommandArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.0.0.0)

Represents data passed to ICommand.

public class CommandArgs

Constructors

Initializes a new instance of CommandArgs.

All arguments are optional.

Properties

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.

Inherited By

Last updated