Delegate OnSetBooleanValue
Delegate to fill bool value, reading from UI
Assembly: CAMAPI.UIDialogs.DotnetHelper.dll
Syntax
public delegate void OnSetBooleanValue(bool value)
Parameters
Type |
Name |
Description |
bool |
value |
Delegate to fill bool value, reading from UI |
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
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Invoke(bool)
Declaration
public virtual void Invoke(bool value)
Parameters
Type |
Name |
Description |
bool |
value |
|