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