Delegate Navigator.NodesContextMenuItemActionCallback
Namespace: NXOpen.ShipDesign
Assembly: NXOpen.dll
Syntax
public delegate int Navigator.NodesContextMenuItemActionCallback(NavigatorNode[] nodeObjects)
Parameters
| Type | Name | Description |
|---|---|---|
| NavigatorNode[] | nodeObjects |
Returns
| Type | Description |
|---|---|
| int |
Constructors
NodesContextMenuItemActionCallback(object, nint)
Declaration
public NodesContextMenuItemActionCallback(object @object, nint method)
Parameters
| Type | Name | Description |
|---|---|---|
| object | object | |
| nint | method |
Methods
BeginInvoke(NavigatorNode[], AsyncCallback, object)
Declaration
public virtual IAsyncResult BeginInvoke(NavigatorNode[] nodeObjects, AsyncCallback callback, object @object)
Parameters
| Type | Name | Description |
|---|---|---|
| NavigatorNode[] | nodeObjects | |
| AsyncCallback | callback | |
| object | object |
Returns
| Type | Description |
|---|---|
| IAsyncResult |
EndInvoke(IAsyncResult)
Declaration
public virtual int EndInvoke(IAsyncResult result)
Parameters
| Type | Name | Description |
|---|---|---|
| IAsyncResult | result |
Returns
| Type | Description |
|---|---|
| int |
Invoke(NavigatorNode[])
Declaration
public virtual int Invoke(NavigatorNode[] nodeObjects)
Parameters
| Type | Name | Description |
|---|---|---|
| NavigatorNode[] | nodeObjects |
Returns
| Type | Description |
|---|---|
| int |