Delegate UFMb.CallbackT
Assembly: NXOpen.UF.dll
Syntax
public delegate UFMb.CbStatus CallbackT(IntPtr w, IntPtr client_data, IntPtr button);
Parameters
Type |
Name |
Description |
System.IntPtr |
w |
|
System.IntPtr |
client_data |
|
System.IntPtr |
button |
|
Returns
Constructors
CallbackT(Object, IntPtr)
Declaration
public CallbackT(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(IntPtr, IntPtr, IntPtr, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(IntPtr w, IntPtr client_data, IntPtr button, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.IntPtr |
w |
|
System.IntPtr |
client_data |
|
System.IntPtr |
button |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
Type |
Description |
System.IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual UFMb.CbStatus EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Returns
Invoke(IntPtr, IntPtr, IntPtr)
Declaration
public virtual UFMb.CbStatus Invoke(IntPtr w, IntPtr client_data, IntPtr button)
Parameters
Type |
Name |
Description |
System.IntPtr |
w |
|
System.IntPtr |
client_data |
|
System.IntPtr |
button |
|
Returns