Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides a class for command events.
Namespace: Sys
Inherits: Sys.CommandEventArgs
var argsObj = new Sys.CommandEventArgs(commandName, commandArgument, commandSource);
Constructors
| Name | Description | 
|---|---|
| Sys.CommandEventArgs Constructor | Creates a CommandEventArgs object based on the supplied parameters. | 
Members
| Name | Description | 
|---|---|
| Gets a string that specifies the command name. | |
| Gets a value that represents the command argument. | |
| Gets a value that represents the command source. |