Delegate Wizard.OnSubNodeCallback
Assembly: NXOpenUI.dll
Syntax
public delegate void OnSubNodeCallback(Wizard wizard, int step, int subNodeId, Wizard.SubNodeAction action);
Parameters
Constructors
OnSubNodeCallback(Object, IntPtr)
Declaration
public OnSubNodeCallback(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Wizard, Int32, Int32, Wizard.SubNodeAction, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(Wizard wizard, int step, int subNodeId, Wizard.SubNodeAction action, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
Wizard |
wizard |
|
System.Int32 |
step |
|
System.Int32 |
subNodeId |
|
Wizard.SubNodeAction |
action |
|
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(Wizard, Int32, Int32, Wizard.SubNodeAction)
Declaration
public virtual void Invoke(Wizard wizard, int step, int subNodeId, Wizard.SubNodeAction action)
Parameters