Class CommandBaseWindow
  
  
  
  
    Inheritance
    System.Object
    
    CommandBaseWindow
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
   
  
  
  Assembly: Syncfusion.SfSpreadsheet.WPF.dll
  Syntax
  
    public class CommandBaseWindow : ChromelessWindow
   
  Constructors
  
  
  
  
  CommandBaseWindow()
  
  
  Declaration
  
    public CommandBaseWindow()
   
  Properties
  
  
  
  
  SfSpreadsheet
  Gets or sets the SfSpreadsheet Control
Declaration
  
    public SfSpreadsheet SfSpreadsheet { get; set; }
   
  Property Value
  
  
  
  
  WorkSheet
  Gets or sets the SheetName to be Protected
Declaration
  
    public IWorksheet WorkSheet { get; set; }
   
  Property Value
  
  Methods
  
  
  
  
  CancelAction()
  
  
  Declaration
  
    protected virtual void CancelAction()
   
  
  
  
  OnApplySettings()
  
  
  Declaration
  
    protected virtual void OnApplySettings()
   
  
  
  
  OnClosed(EventArgs)
  
  
  Declaration
  
    protected override void OnClosed(EventArgs e)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.EventArgs | e |  | 
    
  
  
  
  
  OnClosing(CancelEventArgs)
  
  
  Declaration
  
    protected override void OnClosing(CancelEventArgs e)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.ComponentModel.CancelEventArgs | e |  | 
    
  
  
  
  
  OnInitialized(EventArgs)
  
  
  Declaration
  
    protected override void OnInitialized(EventArgs e)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.EventArgs | e |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    protected override void OnKeyDown(KeyEventArgs e)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Windows.Input.KeyEventArgs | e |  | 
    
  
  
  
  
  OnLoaded()
  
  
  Declaration
  
    protected virtual void OnLoaded()
   
  
  
  
  UnWireEvents()
  
  
  Declaration
  
    protected virtual void UnWireEvents()
   
  
  
  
  WireEvents()
  
  
  Declaration
  
    protected virtual void WireEvents()