Delegate ColorTool._ValueChanged
Assembly: NXOpenUI.dll
delegate DialogState _ValueChanged(IntPtr eventobject);
Parameters
Type |
Name |
Description |
System.IntPtr |
eventobject |
|
Returns
Constructors
Declaration
public _ValueChanged(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(IntPtr eventobject, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.IntPtr |
eventobject |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
Type |
Description |
System.IAsyncResult |
|
Declaration
public virtual DialogState EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Returns
Declaration
public virtual DialogState Invoke(IntPtr eventobject)
Parameters
Type |
Name |
Description |
System.IntPtr |
eventobject |
|
Returns