Class OnDialogWindowClose
Delegate to be called when dialog window is closed
Inheritance
object
OnDialogWindowClose
Assembly: CAMAPI.UIDialogs.DotnetHelper.dll
Syntax
public sealed class OnDialogWindowClose : MulticastDelegate
Constructors
OnDialogWindowClose(object, IntPtr)
Declaration
public OnDialogWindowClose(object @object, IntPtr method)
Parameters
Type |
Name |
Description |
object |
object |
|
System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(TUIButtonType button, AsyncCallback callback, object @object)
Parameters
Type |
Name |
Description |
TUIButtonType |
button |
|
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 |
|
Declaration
public virtual void Invoke(TUIButtonType button)
Parameters