Delegate Tree.OnMenuCallback
Namespace: NXOpen.BlockStyler
Assembly: NXOpenUI.dll
Syntax
public delegate void Tree.OnMenuCallback(Tree tree, Node node, int columnID)
Parameters
Type | Name | Description |
---|---|---|
Tree | tree | |
Node | node | |
int | columnID |
Constructors
OnMenuCallback(object, nint)
Declaration
public OnMenuCallback(object @object, nint method)
Parameters
Type | Name | Description |
---|---|---|
object | object | |
nint | method |
Methods
BeginInvoke(Tree, Node, int, AsyncCallback, object)
Declaration
public virtual IAsyncResult BeginInvoke(Tree tree, Node node, int columnID, AsyncCallback callback, object @object)
Parameters
Type | Name | Description |
---|---|---|
Tree | tree | |
Node | node | |
int | columnID | |
AsyncCallback | callback | |
object | object |
Returns
Type | Description |
---|---|
IAsyncResult |
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type | Name | Description |
---|---|---|
IAsyncResult | result |
Invoke(Tree, Node, int)
Declaration
public virtual void Invoke(Tree tree, Node node, int columnID)
Parameters
Type | Name | Description |
---|---|---|
Tree | tree | |
Node | node | |
int | columnID |