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