ICommandEventArgs

Description

The ICommandEventArgs interface contains properties of the argument of the OnCommand event that occurs when any command is sent to the form.

Properties

  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 Interfaces | IFormControl.PostCommand | IFormControl.SendCommand