Delegate Tree._OnDropCallback
Assembly: NXOpenUI.dll
Syntax
delegate byte _OnDropCallback(IntPtr tree, int nNodes, IntPtr node, int columnID, IntPtr targetNode, int targetColumnID, Node.DropType dropType, int dropMenuItemId);
Parameters
| Type |
Name |
Description |
| System.IntPtr |
tree |
|
| System.Int32 |
nNodes |
|
| System.IntPtr |
node |
|
| System.Int32 |
columnID |
|
| System.IntPtr |
targetNode |
|
| System.Int32 |
targetColumnID |
|
| Node.DropType |
dropType |
|
| System.Int32 |
dropMenuItemId |
|
Returns
| Type |
Description |
| System.Byte |
|
Constructors
_OnDropCallback(Object, IntPtr)
Declaration
public _OnDropCallback(object object, IntPtr method)
Parameters
| Type |
Name |
Description |
| System.Object |
object |
|
| System.IntPtr |
method |
|
Methods
BeginInvoke(IntPtr, Int32, IntPtr, Int32, IntPtr, Int32, Node.DropType, Int32, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(IntPtr tree, int nNodes, IntPtr node, int columnID, IntPtr targetNode, int targetColumnID, Node.DropType dropType, int dropMenuItemId, AsyncCallback callback, object object)
Parameters
| Type |
Name |
Description |
| System.IntPtr |
tree |
|
| System.Int32 |
nNodes |
|
| System.IntPtr |
node |
|
| System.Int32 |
columnID |
|
| System.IntPtr |
targetNode |
|
| System.Int32 |
targetColumnID |
|
| Node.DropType |
dropType |
|
| System.Int32 |
dropMenuItemId |
|
| System.AsyncCallback |
callback |
|
| System.Object |
object |
|
Returns
| Type |
Description |
| System.IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual byte EndInvoke(IAsyncResult result)
Parameters
| Type |
Name |
Description |
| System.IAsyncResult |
result |
|
Returns
| Type |
Description |
| System.Byte |
|
Invoke(IntPtr, Int32, IntPtr, Int32, IntPtr, Int32, Node.DropType, Int32)
Declaration
public virtual byte Invoke(IntPtr tree, int nNodes, IntPtr node, int columnID, IntPtr targetNode, int targetColumnID, Node.DropType dropType, int dropMenuItemId)
Parameters
| Type |
Name |
Description |
| System.IntPtr |
tree |
|
| System.Int32 |
nNodes |
|
| System.IntPtr |
node |
|
| System.Int32 |
columnID |
|
| System.IntPtr |
targetNode |
|
| System.Int32 |
targetColumnID |
|
| Node.DropType |
dropType |
|
| System.Int32 |
dropMenuItemId |
|
Returns
| Type |
Description |
| System.Byte |
|