Assembly: NXOpenUI.dll
  
  
    delegate MenuBarManager.CallbackStatus _ActionCallback(IntPtr button_event);
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.IntPtr | 
        button_event | 
         | 
      
    
  
  Returns
  
  Constructors
  
  
  
  
  
  
  
  Declaration
  
    public _ActionCallback(object object, IntPtr method)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Object | 
        object | 
         | 
      
      
        | System.IntPtr | 
        method | 
         | 
      
    
  
  Methods
  
  
  
  
  
  
  
  Declaration
  
    public virtual IAsyncResult BeginInvoke(IntPtr button_event, AsyncCallback callback, object object)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.IntPtr | 
        button_event | 
         | 
      
      
        | System.AsyncCallback | 
        callback | 
         | 
      
      
        | System.Object | 
        object | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.IAsyncResult | 
         | 
      
    
  
  
  
  
  
  
  
  Declaration
  
    public virtual MenuBarManager.CallbackStatus EndInvoke(IAsyncResult result)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.IAsyncResult | 
        result | 
         | 
      
    
  
  Returns
  
  
  
  
  
  
  
  Declaration
  
    public virtual MenuBarManager.CallbackStatus Invoke(IntPtr button_event)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.IntPtr | 
        button_event | 
         | 
      
    
  
  Returns