Delegate Tree.OnDropCallback
Assembly: NXOpenUI.dll
Syntax
public delegate bool Tree.OnDropCallback(Tree tree, Node[] node, int columnID, Node targetNode, int targetColumnID, Node.DropType dropType, int dropMenuItemId)
Parameters
Returns
Constructors
OnDropCallback(object, nint)
Declaration
public OnDropCallback(object @object, nint method)
Parameters
Methods
BeginInvoke(Tree, Node[], int, Node, int, DropType, int, AsyncCallback, object)
Declaration
public virtual IAsyncResult BeginInvoke(Tree tree, Node[] node, int columnID, Node targetNode, int targetColumnID, Node.DropType dropType, int dropMenuItemId, AsyncCallback callback, object @object)
Parameters
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual bool EndInvoke(IAsyncResult result)
Parameters
Returns
Invoke(Tree, Node[], int, Node, int, DropType, int)
Declaration
public virtual bool Invoke(Tree tree, Node[] node, int columnID, Node targetNode, int targetColumnID, Node.DropType dropType, int dropMenuItemId)
Parameters
Returns