Search Results for

    Show / Hide Table of Contents

    Delegate Tree.OnEditOptionSelectedCallback

    Namespace: NXOpen.BlockStyler
    Assembly: NXOpenUI.dll
    Syntax
    public delegate Tree.EditControlOption OnEditOptionSelectedCallback(Tree tree, Node node, int columnID, int selectedOptionID, string selectedOptionText, Tree.ControlType type);
    Parameters
    Type Name Description
    Tree tree
    Node node
    System.Int32 columnID
    System.Int32 selectedOptionID
    System.String selectedOptionText
    Tree.ControlType type
    Returns
    Type Description
    Tree.EditControlOption

    Constructors

    OnEditOptionSelectedCallback(Object, IntPtr)

    Declaration
    public OnEditOptionSelectedCallback(object object, IntPtr method)
    Parameters
    Type Name Description
    System.Object object
    System.IntPtr method

    Methods

    BeginInvoke(Tree, Node, Int32, Int32, String, Tree.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
    Type Name Description
    Tree tree
    Node node
    System.Int32 columnID
    System.Int32 selectedOptionID
    System.String selectedOptionText
    Tree.ControlType type
    System.AsyncCallback callback
    System.Object object
    Returns
    Type Description
    System.IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual Tree.EditControlOption EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    System.IAsyncResult result
    Returns
    Type Description
    Tree.EditControlOption

    Invoke(Tree, Node, Int32, Int32, String, Tree.ControlType)

    Declaration
    public virtual Tree.EditControlOption Invoke(Tree tree, Node node, int columnID, int selectedOptionID, string selectedOptionText, Tree.ControlType type)
    Parameters
    Type Name Description
    Tree tree
    Node node
    System.Int32 columnID
    System.Int32 selectedOptionID
    System.String selectedOptionText
    Tree.ControlType type
    Returns
    Type Description
    Tree.EditControlOption
    In This Article
    Back to top Generated by DocFX