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