Delegate BlockDialog._Update
Assembly: NXOpenUI.dll
Syntax
delegate int _Update(IntPtr styler_item);
Parameters
Type |
Name |
Description |
System.IntPtr |
styler_item |
|
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(IntPtr, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(IntPtr styler_item, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.IntPtr |
styler_item |
|
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(IntPtr)
Declaration
public virtual int Invoke(IntPtr styler_item)
Parameters
Type |
Name |
Description |
System.IntPtr |
styler_item |
|
Returns
Type |
Description |
System.Int32 |
|