Assembly: NXOpenUI.dll
delegate void _OnMenuSelectionCallback(IntPtr tree, IntPtr node, int menuItemID);
Parameters
| Type |
Name |
Description |
| System.IntPtr |
tree |
|
| System.IntPtr |
node |
|
| System.Int32 |
menuItemID |
|
Constructors
Declaration
public _OnMenuSelectionCallback(object object, IntPtr method)
Parameters
| Type |
Name |
Description |
| System.Object |
object |
|
| System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(IntPtr tree, IntPtr node, int menuItemID, AsyncCallback callback, object object)
Parameters
| Type |
Name |
Description |
| System.IntPtr |
tree |
|
| System.IntPtr |
node |
|
| System.Int32 |
menuItemID |
|
| System.AsyncCallback |
callback |
|
| System.Object |
object |
|
Returns
| Type |
Description |
| System.IAsyncResult |
|
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
| Type |
Name |
Description |
| System.IAsyncResult |
result |
|
Declaration
public virtual void Invoke(IntPtr tree, IntPtr node, int menuItemID)
Parameters
| Type |
Name |
Description |
| System.IntPtr |
tree |
|
| System.IntPtr |
node |
|
| System.Int32 |
menuItemID |
|