Delegate Wizard.StepNotifyPreCallback
Assembly: NXOpenUI.dll
Syntax
public delegate int Wizard.StepNotifyPreCallback(Wizard wizard, int nextStep)
Parameters
Type |
Name |
Description |
Wizard |
wizard |
|
int |
nextStep |
|
Returns
Constructors
StepNotifyPreCallback(object, nint)
Declaration
public StepNotifyPreCallback(object @object, nint method)
Parameters
Methods
BeginInvoke(Wizard, int, AsyncCallback, object)
Declaration
public virtual IAsyncResult BeginInvoke(Wizard wizard, int nextStep, AsyncCallback callback, object @object)
Parameters
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual int EndInvoke(IAsyncResult result)
Parameters
Returns
Invoke(Wizard, int)
Declaration
public virtual int Invoke(Wizard wizard, int nextStep)
Parameters
Type |
Name |
Description |
Wizard |
wizard |
|
int |
nextStep |
|
Returns