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