Delegate Explorer.NotifyNodeSelectedPostCallback
Assembly: NXOpenUI.dll
Syntax
public delegate void NotifyNodeSelectedPostCallback(Explorer explorer, int nextNode);
Parameters
Type |
Name |
Description |
Explorer |
explorer |
|
System.Int32 |
nextNode |
|
Constructors
NotifyNodeSelectedPostCallback(Object, IntPtr)
Declaration
public NotifyNodeSelectedPostCallback(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Explorer, Int32, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(Explorer explorer, int nextNode, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
Explorer |
explorer |
|
System.Int32 |
nextNode |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
Type |
Description |
System.IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(Explorer, Int32)
Declaration
public virtual void Invoke(Explorer explorer, int nextNode)
Parameters
Type |
Name |
Description |
Explorer |
explorer |
|
System.Int32 |
nextNode |
|