The CommandEventArgs class implements argument of the OnCommand event that occurs when any command is sent to the form.
| Constructor name | Brief description | |
![]() |
Create | The Create constructor creates an argument of the event that occurs when a command is sent to the form. |
| Property name | Brief description | |
![]() |
Argument | The Argument property returns the value of the argument of the command that was sent to the form. |
![]() |
Command | The Command property returns the name of the command that was sent to the form. |
![]() |
Result | The Result property determines the value of the command execution result that was sent to the form. |
See also: