CommandEventArgs

Description

The CommandEventArgs class implements argument of the OnCommand event that occurs when any command is sent to the form.

Constructors

  Constructor name Brief description
The Create constructor creates an argument of the event that occurs when a command is sent to the form.

Properties inherited from ICommandEventArgs

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

See also:

Forms Assembly Classes