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