CommandEventArgs

Description

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

Designers

  Designer name Brief description
The Create designer creates 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