Delegate Wizard._IsStepOkayCallback
Assembly: NXOpenUI.dll
Syntax
delegate byte _IsStepOkayCallback(IntPtr wizard, int step);
Parameters
Type |
Name |
Description |
System.IntPtr |
wizard |
|
System.Int32 |
step |
|
Returns
Type |
Description |
System.Byte |
|
Constructors
_IsStepOkayCallback(Object, IntPtr)
Declaration
public _IsStepOkayCallback(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(IntPtr, Int32, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(IntPtr wizard, int step, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.IntPtr |
wizard |
|
System.Int32 |
step |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
Type |
Description |
System.IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual byte EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Returns
Type |
Description |
System.Byte |
|
Invoke(IntPtr, Int32)
Declaration
public virtual byte Invoke(IntPtr wizard, int step)
Parameters
Type |
Name |
Description |
System.IntPtr |
wizard |
|
System.Int32 |
step |
|
Returns
Type |
Description |
System.Byte |
|