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

Sys.CommandEventArgs.commandName Property

Gets a string that specifies the command name.

Sys.CommandEventArgs.commandArgument Property

Gets a value that represents the command argument.

Sys.CommentEventArgs.commandSource Property

Gets a value that represents the command source.

See Also

Reference

Sys.EventArgs Class