Search Results for

    Show / Hide Table of Contents

    Delegate Tree.OnEndLabelEditCallback

    Namespace: NXOpen.BlockStyler
    Assembly: NXOpenUI.dll
    Syntax
    public delegate Tree.EndLabelEditState Tree.OnEndLabelEditCallback(Tree tree, Node node, int columnID, string editedText)
    Parameters
    Type Name Description
    Tree tree
    Node node
    int columnID
    string editedText
    Returns
    Type Description
    Tree.EndLabelEditState

    Constructors

    OnEndLabelEditCallback(object, nint)

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

    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
    Type Name Description
    Tree tree
    Node node
    int columnID
    string editedText
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(IAsyncResult)

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

    Invoke(Tree, Node, int, string)

    Declaration
    public virtual Tree.EndLabelEditState Invoke(Tree tree, Node node, int columnID, string editedText)
    Parameters
    Type Name Description
    Tree tree
    Node node
    int columnID
    string editedText
    Returns
    Type Description
    Tree.EndLabelEditState
    In this article
    Back to top Generated by DocFX