Delegate Tree.ColumnSortCallback
Assembly: NXOpenUI.dll
Syntax
public delegate int ColumnSortCallback(Tree tree, int columnID, Node node1, Node node2);
Parameters
| Type |
Name |
Description |
| Tree |
tree |
|
| System.Int32 |
columnID |
|
| Node |
node1 |
|
| Node |
node2 |
|
Returns
| Type |
Description |
| System.Int32 |
|
Constructors
ColumnSortCallback(Object, IntPtr)
Declaration
public ColumnSortCallback(object object, IntPtr method)
Parameters
| Type |
Name |
Description |
| System.Object |
object |
|
| System.IntPtr |
method |
|
Methods
BeginInvoke(Tree, Int32, Node, Node, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(Tree tree, int columnID, Node node1, Node node2, AsyncCallback callback, object object)
Parameters
| Type |
Name |
Description |
| Tree |
tree |
|
| System.Int32 |
columnID |
|
| Node |
node1 |
|
| Node |
node2 |
|
| System.AsyncCallback |
callback |
|
| System.Object |
object |
|
Returns
| Type |
Description |
| System.IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual int EndInvoke(IAsyncResult result)
Parameters
| Type |
Name |
Description |
| System.IAsyncResult |
result |
|
Returns
| Type |
Description |
| System.Int32 |
|
Invoke(Tree, Int32, Node, Node)
Declaration
public virtual int Invoke(Tree tree, int columnID, Node node1, Node node2)
Parameters
| Type |
Name |
Description |
| Tree |
tree |
|
| System.Int32 |
columnID |
|
| Node |
node1 |
|
| Node |
node2 |
|
Returns
| Type |
Description |
| System.Int32 |
|