Sys.CommandEventArgs Class
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. |