Delegate PushButton.Activate
Namespace: NXOpen.UIStyler
Assembly: NXOpenUI.dll
Syntax
public delegate DialogState PushButton.Activate(StylerEvent eventobject)
Parameters
Type | Name | Description |
---|---|---|
StylerEvent | eventobject |
Returns
Type | Description |
---|---|
DialogState |
Constructors
Activate(object, nint)
Declaration
public Activate(object @object, nint method)
Parameters
Type | Name | Description |
---|---|---|
object | object | |
nint | method |
Methods
BeginInvoke(StylerEvent, AsyncCallback, object)
Declaration
public virtual IAsyncResult BeginInvoke(StylerEvent eventobject, AsyncCallback callback, object @object)
Parameters
Type | Name | Description |
---|---|---|
StylerEvent | eventobject | |
AsyncCallback | callback | |
object | object |
Returns
Type | Description |
---|---|
IAsyncResult |
EndInvoke(IAsyncResult)
Declaration
public virtual DialogState EndInvoke(IAsyncResult result)
Parameters
Type | Name | Description |
---|---|---|
IAsyncResult | result |
Returns
Type | Description |
---|---|
DialogState |
Invoke(StylerEvent)
Declaration
public virtual DialogState Invoke(StylerEvent eventobject)
Parameters
Type | Name | Description |
---|---|---|
StylerEvent | eventobject |
Returns
Type | Description |
---|---|
DialogState |