Search Results for

    Show / Hide Table of Contents

    Delegate Tree.OnBeginLabelEditCallback

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

    Constructors

    OnBeginLabelEditCallback(object, nint)

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

    Methods

    BeginInvoke(Tree, Node, int, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(Tree tree, Node node, int columnID, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    Tree tree
    Node node
    int columnID
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(IAsyncResult)

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

    Invoke(Tree, Node, int)

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