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