Search Results for

    Show / Hide Table of Contents

    Delegate Tree.OnEndLabelEditCallback

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

    Constructors

    OnEndLabelEditCallback(Object, IntPtr)

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

    Methods

    BeginInvoke(Tree, Node, Int32, 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
    System.Int32 columnID
    System.String editedText
    System.AsyncCallback callback
    System.Object object
    Returns
    Type Description
    System.IAsyncResult

    EndInvoke(IAsyncResult)

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

    Invoke(Tree, Node, Int32, String)

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