Search Results for

    Show / Hide Table of Contents

    Delegate Tree.OnEditOptionSelectedCallback

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

    Constructors

    OnEditOptionSelectedCallback(object, nint)

    Declaration
    public OnEditOptionSelectedCallback(object @object, nint method)
    Parameters
    Type Name Description
    object object
    nint method

    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
    Type Name Description
    Tree tree
    Node node
    int columnID
    int selectedOptionID
    string selectedOptionText
    Tree.ControlType type
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(IAsyncResult)

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

    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
    Type Name Description
    Tree tree
    Node node
    int columnID
    int selectedOptionID
    string selectedOptionText
    Tree.ControlType type
    Returns
    Type Description
    Tree.EditControlOption
    In this article
    Back to top Generated by DocFX