Delegate SetList.ReorderCallback
Assembly: NXOpenUI.dll
Syntax
public delegate int ReorderCallback(SetList list, UIBlock reorderedBlock, int oldPosition, int newPosition);
Parameters
| Type |
Name |
Description |
| SetList |
list |
|
| UIBlock |
reorderedBlock |
|
| System.Int32 |
oldPosition |
|
| System.Int32 |
newPosition |
|
Returns
| Type |
Description |
| System.Int32 |
|
Constructors
ReorderCallback(Object, IntPtr)
Declaration
public ReorderCallback(object object, IntPtr method)
Parameters
| Type |
Name |
Description |
| System.Object |
object |
|
| System.IntPtr |
method |
|
Methods
BeginInvoke(SetList, UIBlock, Int32, Int32, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(SetList list, UIBlock reorderedBlock, int oldPosition, int newPosition, AsyncCallback callback, object object)
Parameters
| Type |
Name |
Description |
| SetList |
list |
|
| UIBlock |
reorderedBlock |
|
| System.Int32 |
oldPosition |
|
| System.Int32 |
newPosition |
|
| 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(SetList, UIBlock, Int32, Int32)
Declaration
public virtual int Invoke(SetList list, UIBlock reorderedBlock, int oldPosition, int newPosition)
Parameters
| Type |
Name |
Description |
| SetList |
list |
|
| UIBlock |
reorderedBlock |
|
| System.Int32 |
oldPosition |
|
| System.Int32 |
newPosition |
|
Returns
| Type |
Description |
| System.Int32 |
|