Delegate OnDialogWindowClose
  Delegate to be called when dialog window is closed
Assembly: CAMAPI.UIDialogs.DotnetHelper.dll
  Syntax
  
    public delegate void OnDialogWindowClose(TUIButtonType button)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | TUIButtonType | button | Delegate to be called when dialog window is closed | 
    
  
  Constructors
  
  OnDialogWindowClose(object, nint)
  
  
  Declaration
  
    public OnDialogWindowClose(object @object, nint method)
   
  Parameters
  
  Methods
  
  
  
  
  Declaration
  
    public virtual IAsyncResult BeginInvoke(TUIButtonType button, AsyncCallback callback, object @object)
   
  Parameters
  
  Returns
  
  
  EndInvoke(IAsyncResult)
  
  
  Declaration
  
    public virtual void EndInvoke(IAsyncResult result)
   
  Parameters
  
  
  
  
  
  Declaration
  
    public virtual void Invoke(TUIButtonType button)
   
  Parameters