Delegate Toggle._ValueChanged
  
  
  
  
  Assembly: NXOpenUI.dll
  Syntax
  
    delegate DialogState _ValueChanged(IntPtr eventobject);
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.IntPtr | 
        eventobject | 
         | 
      
    
  
  Returns
  
  Constructors
  
  
  
  
  _ValueChanged(Object, IntPtr)
  
  
  Declaration
  
    public _ValueChanged(object object, IntPtr method)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Object | 
        object | 
         | 
      
      
        | System.IntPtr | 
        method | 
         | 
      
    
  
  Methods
  
  
  
  
  BeginInvoke(IntPtr, AsyncCallback, Object)
  
  
  Declaration
  
    public virtual IAsyncResult BeginInvoke(IntPtr eventobject, AsyncCallback callback, object object)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.IntPtr | 
        eventobject | 
         | 
      
      
        | System.AsyncCallback | 
        callback | 
         | 
      
      
        | System.Object | 
        object | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.IAsyncResult | 
         | 
      
    
  
  
  
  
  EndInvoke(IAsyncResult)
  
  
  Declaration
  
    public virtual DialogState EndInvoke(IAsyncResult result)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.IAsyncResult | 
        result | 
         | 
      
    
  
  Returns
  
  
  
  
  Invoke(IntPtr)
  
  
  Declaration
  
    public virtual DialogState Invoke(IntPtr eventobject)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.IntPtr | 
        eventobject | 
         | 
      
    
  
  Returns