Class CommandExecutionEventArgs
Represents the class which provides data for the
Inheritance
System.Object
CommandExecutionEventArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Spreadsheet.Helpers
Assembly: Syncfusion.Spreadsheet.Windows.dll
Syntax
public class CommandExecutionEventArgs
Constructors
CommandExecutionEventArgs(String)
Initializes a new instance of the CommandExecutionEventArgs class with the command name.
Declaration
public CommandExecutionEventArgs(string commandName)
Parameters
Type | Name | Description |
---|---|---|
System.String | commandName | Command Name |
Properties
CommandName
Gets or sets the name of the command.
Declaration
public string CommandName { get; set; }
Property Value
Type | Description |
---|---|
System.String | Name of the command. |