Class OnDialogWindowClose
Delegate to be called when dialog window is closed
Inheritance
OnDialogWindowClose
Assembly: CAMAPI.UIDialogs.DotnetHelper.dll
Syntax
public sealed class OnDialogWindowClose : MulticastDelegate
Constructors
OnDialogWindowClose(object, nint)
Declaration
public OnDialogWindowClose(object @object, nint method)
Parameters
Methods
Declaration
public virtual IAsyncResult BeginInvoke(TUIButtonType button, AsyncCallback callback, object @object)
Parameters
Returns
Type |
Description |
IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
IAsyncResult |
result |
|
Declaration
public virtual void Invoke(TUIButtonType button)
Parameters