Delegate BlockDialog.Update
Assembly: NXOpenUI.dll
Syntax
public delegate int Update(UIBlock stylerItem);
Parameters
| Type |
Name |
Description |
| UIBlock |
stylerItem |
|
Returns
| Type |
Description |
| System.Int32 |
|
Constructors
Update(Object, IntPtr)
Declaration
public Update(object object, IntPtr method)
Parameters
| Type |
Name |
Description |
| System.Object |
object |
|
| System.IntPtr |
method |
|
Methods
BeginInvoke(UIBlock, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(UIBlock stylerItem, AsyncCallback callback, object object)
Parameters
| Type |
Name |
Description |
| UIBlock |
stylerItem |
|
| System.AsyncCallback |
callback |
|
| System.Object |
object |
|
Returns
| Type |
Description |
| System.IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual int EndInvoke(IAsyncResult result)
Parameters
| Type |
Name |
Description |
| System.IAsyncResult |
result |
|
Returns
| Type |
Description |
| System.Int32 |
|
Invoke(UIBlock)
Declaration
public virtual int Invoke(UIBlock stylerItem)
Parameters
| Type |
Name |
Description |
| UIBlock |
stylerItem |
|
Returns
| Type |
Description |
| System.Int32 |
|