Class CommandExecutingEventArgs
Arguments for the CommandExecuting event.
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 class CommandExecutingEventArgs : CommandExecuteEventArgsBase
  Properties
Canceled
Gets a value indicating whether the command is canceled.
Declaration
public bool Canceled { get; }
  Property Value
| 
        System.Boolean
         The value indicating whether the command is canceled.  | 
    
Methods
Cancel()
Cancels the command.
Declaration
public void Cancel()