IWebCommandEventArgs

Assembly: WebForms;

Description

The IWebCommandEventArgs interface contains basic properties of argument of the onCommand event that occurs on sending any command to the web form.

Inheritance Hierarchy

IWebCommandEventArgs

Comments

Commands are sent to the web form using the IWebForm.SendCommand method.

Properties

  Property name Brief description
Argument The Argument property returns the value of the argument of the command that was sent to the web form.
Command The Command property returns the name of the command that was sent to the web form.
Result The Result property determines the value of the command execution result that was sent to the web form.

See also:

WebForms Assembly Interfaces