Search Results for

    Show / Hide Table of Contents

    Delegate Wizard.OnMenuSelectionCallback

    Namespace: NXOpen.BlockStyler
    Assembly: NXOpenUI.dll
    Syntax
    public delegate void OnMenuSelectionCallback(Wizard wizard, Wizard.TaskNavigatorItem item, int step, int subNodeId, int menuItemIndex);
    Parameters
    Type Name Description
    Wizard wizard
    Wizard.TaskNavigatorItem item
    System.Int32 step
    System.Int32 subNodeId
    System.Int32 menuItemIndex

    Constructors

    OnMenuSelectionCallback(Object, IntPtr)

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

    Methods

    BeginInvoke(Wizard, Wizard.TaskNavigatorItem, Int32, Int32, Int32, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(Wizard wizard, Wizard.TaskNavigatorItem item, int step, int subNodeId, int menuItemIndex, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    Wizard wizard
    Wizard.TaskNavigatorItem item
    System.Int32 step
    System.Int32 subNodeId
    System.Int32 menuItemIndex
    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(Wizard, Wizard.TaskNavigatorItem, Int32, Int32, Int32)

    Declaration
    public virtual void Invoke(Wizard wizard, Wizard.TaskNavigatorItem item, int step, int subNodeId, int menuItemIndex)
    Parameters
    Type Name Description
    Wizard wizard
    Wizard.TaskNavigatorItem item
    System.Int32 step
    System.Int32 subNodeId
    System.Int32 menuItemIndex
    In This Article
    Back to top Generated by DocFX