Delegate Tree.IsDragAllowedCallback
Assembly: NXOpenUI.dll
Syntax
public delegate Node.DragType Tree.IsDragAllowedCallback(Tree tree, Node node, int columnID)
Parameters
Returns
Constructors
IsDragAllowedCallback(object, nint)
Declaration
public IsDragAllowedCallback(object @object, nint method)
Parameters
Methods
BeginInvoke(Tree, Node, int, AsyncCallback, object)
Declaration
public virtual IAsyncResult BeginInvoke(Tree tree, Node node, int columnID, AsyncCallback callback, object @object)
Parameters
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual Node.DragType EndInvoke(IAsyncResult result)
Parameters
Returns
Invoke(Tree, Node, int)
Declaration
public virtual Node.DragType Invoke(Tree tree, Node node, int columnID)
Parameters
Returns