Delegate UFTag.EventFnT
  
  
  
  
  Assembly: NXOpen.UF.dll
  Syntax
  
    public delegate void EventFnT(UFTag.Event reason, Tag tag, IntPtr closure);
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | UFTag.Event | 
        reason | 
         | 
      
      
        | Tag | 
        tag | 
         | 
      
      
        | System.IntPtr | 
        closure | 
         | 
      
    
  
  Constructors
  
  
  
  
  EventFnT(Object, IntPtr)
  
  
  Declaration
  
    public EventFnT(object object, IntPtr method)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Object | 
        object | 
         | 
      
      
        | System.IntPtr | 
        method | 
         | 
      
    
  
  Methods
  
  
  
  
  BeginInvoke(UFTag.Event, Tag, IntPtr, AsyncCallback, Object)
  
  
  Declaration
  
    public virtual IAsyncResult BeginInvoke(UFTag.Event reason, Tag tag, IntPtr closure, AsyncCallback callback, object object)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | UFTag.Event | 
        reason | 
         | 
      
      
        | Tag | 
        tag | 
         | 
      
      
        | System.IntPtr | 
        closure | 
         | 
      
      
        | System.AsyncCallback | 
        callback | 
         | 
      
      
        | System.Object | 
        object | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.IAsyncResult | 
         | 
      
    
  
  
  
  
  EndInvoke(IAsyncResult)
  
  
  Declaration
  
    public virtual void EndInvoke(IAsyncResult result)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.IAsyncResult | 
        result | 
         | 
      
    
  
  
  
  
  Invoke(UFTag.Event, Tag, IntPtr)
  
  
  Declaration
  
    public virtual void Invoke(UFTag.Event reason, Tag tag, IntPtr closure)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | UFTag.Event | 
        reason | 
         | 
      
      
        | Tag | 
        tag | 
         | 
      
      
        | System.IntPtr | 
        closure | 
         |