Assembly: NXOpenUI.dll
delegate void _OnMenuSelectionCallback(IntPtr wizard, Wizard.TaskNavigatorItem item, int step, int subNodeId, int menuItemIndex);
Parameters
Type |
Name |
Description |
System.IntPtr |
wizard |
|
Wizard.TaskNavigatorItem |
item |
|
System.Int32 |
step |
|
System.Int32 |
subNodeId |
|
System.Int32 |
menuItemIndex |
|
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 wizard, Wizard.TaskNavigatorItem item, int step, int subNodeId, int menuItemIndex, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.IntPtr |
wizard |
|
Wizard.TaskNavigatorItem |
item |
|
System.Int32 |
step |
|
System.Int32 |
subNodeId |
|
System.Int32 |
menuItemIndex |
|
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 wizard, Wizard.TaskNavigatorItem item, int step, int subNodeId, int menuItemIndex)
Parameters
Type |
Name |
Description |
System.IntPtr |
wizard |
|
Wizard.TaskNavigatorItem |
item |
|
System.Int32 |
step |
|
System.Int32 |
subNodeId |
|
System.Int32 |
menuItemIndex |
|