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