Delegate MultiSelectList._Activate
Assembly: NXOpenUI.dll
Syntax
delegate DialogState _Activate(IntPtr eventobject);
Parameters
Type |
Name |
Description |
System.IntPtr |
eventobject |
|
Returns
Constructors
_Activate(Object, IntPtr)
Declaration
public _Activate(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(IntPtr, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(IntPtr eventobject, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.IntPtr |
eventobject |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
Type |
Description |
System.IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual DialogState EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Returns
Invoke(IntPtr)
Declaration
public virtual DialogState Invoke(IntPtr eventobject)
Parameters
Type |
Name |
Description |
System.IntPtr |
eventobject |
|
Returns