Class CommandExecuteEventArgsBase
Represents a base for the event arguments classes for the command execution events.
Inheritance
System.Object
System.EventArgs
CommandExecuteEventArgsBase
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Spreadsheet.Commands
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public abstract class CommandExecuteEventArgsBase : EventArgs
Properties
CommandName
Gets the name of the command.
Declaration
public string CommandName { get; }
Property Value
System.String
The name of the command. |
IsInUndo
Gets a value indicating whether the event has occurred while in undo.
Declaration
public bool IsInUndo { get; }
Property Value
System.Boolean
The value indicating whether the event has occurred while in undo. |