Delegate Navigator.ViewContextMenuItemActionCallback
Namespace: NXOpen.ShipDesign
Assembly: NXOpen.dll
Syntax
public delegate int Navigator.ViewContextMenuItemActionCallback(NavigatorView view)
Parameters
| Type | Name | Description |
|---|---|---|
| NavigatorView | view |
Returns
| Type | Description |
|---|---|
| int |
Constructors
ViewContextMenuItemActionCallback(object, nint)
Declaration
public ViewContextMenuItemActionCallback(object @object, nint method)
Parameters
| Type | Name | Description |
|---|---|---|
| object | object | |
| nint | method |
Methods
BeginInvoke(NavigatorView, AsyncCallback, object)
Declaration
public virtual IAsyncResult BeginInvoke(NavigatorView view, AsyncCallback callback, object @object)
Parameters
| Type | Name | Description |
|---|---|---|
| NavigatorView | view | |
| 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(NavigatorView)
Declaration
public virtual int Invoke(NavigatorView view)
Parameters
| Type | Name | Description |
|---|---|---|
| NavigatorView | view |
Returns
| Type | Description |
|---|---|
| int |