Search Results for

    Show / Hide Table of Contents

    Delegate Wizard._OnMenuCallback

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

    Constructors

    _OnMenuCallback(Object, IntPtr)

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

    Methods

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

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

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