TabbedMdiWindowClosingEventHandler Delegate
  
  Represents the method that will handle the closing event of a TabbedMdiWindow.
public delegate void TabbedMdiWindowClosingEventHandler(object sender, TabbedMdiWindowClosingEventArgs e)
  
    Parameters
    
    
  When you create a TabbedMdiWindowClosingEventHandler delegate, you identify the method that will handle the event.
To associate the event with your event handler, add an instance of the delegate to the event.
The event handler is called whenever the event occurs, unless you remove the delegate.
    Constructors
          
  
        
  
        
        
    
        
            public TabbedMdiWindowClosingEventHandler(object @object, nint method)
        
  
              
                
                  
                    | Parameter | Type | Description | 
                
                
                    
                      | object | object |  | 
                    
                      | method | nint |  | 
                
              
   
   
   
   
  
        
        
        
        
  
         
  
    Methods
          
  
        
  
        
        
    
        
            public virtual IAsyncResult BeginInvoke(object sender, TabbedMdiWindowClosingEventArgs e, AsyncCallback callback, object @object)
        
  
              
   
              Returns
              
                  - IAsyncResult
 
  
          
  
        
  
        
        
    
        
            public virtual void EndInvoke(IAsyncResult result)
        
  
              
   
   
   
   
  
        
        
        
        
  
         
  
          
  
        
  
        
        
    
        
            public virtual void Invoke(object sender, TabbedMdiWindowClosingEventArgs e)