Search Results for

    Show / Hide Table of Contents

    Delegate Tree.OnMenuSelectionCallback

    Namespace: NXOpen.BlockStyler
    Assembly: NXOpenUI.dll
    Syntax
    public delegate void OnMenuSelectionCallback(Tree tree, Node node, int menuItemID);
    Parameters
    Type Name Description
    Tree tree
    Node node
    System.Int32 menuItemID

    Constructors

    OnMenuSelectionCallback(Object, IntPtr)

    Declaration
    public OnMenuSelectionCallback(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 menuItemID, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    Tree tree
    Node node
    System.Int32 menuItemID
    System.AsyncCallback callback
    System.Object object
    Returns
    Type Description
    System.IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual void EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    System.IAsyncResult result

    Invoke(Tree, Node, Int32)

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