Class OnSetBooleanValue
Delegate to fill bool value, reading from UI
Inheritance
object
OnSetBooleanValue
Assembly: CAMAPI.UIDialogs.DotnetHelper.dll
Syntax
public sealed class OnSetBooleanValue : MulticastDelegate
Constructors
OnSetBooleanValue(object, IntPtr)
Declaration
public OnSetBooleanValue(object @object, IntPtr method)
Parameters
Type |
Name |
Description |
object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(bool, AsyncCallback, object)
Declaration
public virtual IAsyncResult BeginInvoke(bool value, AsyncCallback callback, object @object)
Parameters
Type |
Name |
Description |
bool |
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(bool)
Declaration
public virtual void Invoke(bool value)
Parameters
Type |
Name |
Description |
bool |
value |
|