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