Delegate Tree._OnEditOptionSelectedCallback
Assembly: NXOpenUI.dll
Syntax
delegate Tree.EditControlOption _OnEditOptionSelectedCallback(IntPtr tree, IntPtr node, int columnID, int selectedOptionID, IntPtr selectedOptionText, Tree.ControlType type);
Parameters
| Type |
Name |
Description |
| System.IntPtr |
tree |
|
| System.IntPtr |
node |
|
| System.Int32 |
columnID |
|
| System.Int32 |
selectedOptionID |
|
| System.IntPtr |
selectedOptionText |
|
| Tree.ControlType |
type |
|
Returns
Constructors
_OnEditOptionSelectedCallback(Object, IntPtr)
Declaration
public _OnEditOptionSelectedCallback(object object, IntPtr method)
Parameters
| Type |
Name |
Description |
| System.Object |
object |
|
| System.IntPtr |
method |
|
Methods
BeginInvoke(IntPtr, IntPtr, Int32, Int32, IntPtr, Tree.ControlType, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(IntPtr tree, IntPtr node, int columnID, int selectedOptionID, IntPtr selectedOptionText, Tree.ControlType type, AsyncCallback callback, object object)
Parameters
| Type |
Name |
Description |
| System.IntPtr |
tree |
|
| System.IntPtr |
node |
|
| System.Int32 |
columnID |
|
| System.Int32 |
selectedOptionID |
|
| System.IntPtr |
selectedOptionText |
|
| Tree.ControlType |
type |
|
| System.AsyncCallback |
callback |
|
| System.Object |
object |
|
Returns
| Type |
Description |
| System.IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual Tree.EditControlOption EndInvoke(IAsyncResult result)
Parameters
| Type |
Name |
Description |
| System.IAsyncResult |
result |
|
Returns
Invoke(IntPtr, IntPtr, Int32, Int32, IntPtr, Tree.ControlType)
Declaration
public virtual Tree.EditControlOption Invoke(IntPtr tree, IntPtr node, int columnID, int selectedOptionID, IntPtr selectedOptionText, Tree.ControlType type)
Parameters
| Type |
Name |
Description |
| System.IntPtr |
tree |
|
| System.IntPtr |
node |
|
| System.Int32 |
columnID |
|
| System.Int32 |
selectedOptionID |
|
| System.IntPtr |
selectedOptionText |
|
| Tree.ControlType |
type |
|
Returns