Delegate OnSetIntegerValue
  Delegate to fill integer value, reading from UI
Assembly: CAMAPI.UIDialogs.DotnetHelper.dll
  Syntax
  
    public delegate void OnSetIntegerValue(int value)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | value | Delegate to fill integer value, reading from UI | 
    
  
  Constructors
  
  OnSetIntegerValue(object, nint)
  
  
  Declaration
  
    public OnSetIntegerValue(object @object, nint method)
   
  Parameters
  
  Methods
  
  BeginInvoke(int, AsyncCallback, object)
  
  
  Declaration
  
    public virtual IAsyncResult BeginInvoke(int value, AsyncCallback callback, object @object)
   
  Parameters
  
  Returns
  
  
  EndInvoke(IAsyncResult)
  
  
  Declaration
  
    public virtual void EndInvoke(IAsyncResult result)
   
  Parameters
  
  
  Invoke(int)
  
  
  Declaration
  
    public virtual void Invoke(int value)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | value |  |