Search Results for

    Show / Hide Table of Contents

    Delegate Tree.AskEditControlCallback

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

    Constructors

    AskEditControlCallback(Object, IntPtr)

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

    Methods

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

    EndInvoke(IAsyncResult)

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

    Invoke(Tree, Node, Int32)

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