Search Results for

    Show / Hide Table of Contents

    Delegate Wizard._StepNotifyPreCallback

    Namespace: NXOpen.BlockStyler
    Assembly: NXOpenUI.dll
    Syntax
    delegate int _StepNotifyPreCallback(IntPtr wizard, int nextStep);
    Parameters
    Type Name Description
    System.IntPtr wizard
    System.Int32 nextStep
    Returns
    Type Description
    System.Int32

    Constructors

    _StepNotifyPreCallback(Object, IntPtr)

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

    Methods

    BeginInvoke(IntPtr, Int32, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(IntPtr wizard, int nextStep, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    System.IntPtr wizard
    System.Int32 nextStep
    System.AsyncCallback callback
    System.Object object
    Returns
    Type Description
    System.IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual int EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    System.IAsyncResult result
    Returns
    Type Description
    System.Int32

    Invoke(IntPtr, Int32)

    Declaration
    public virtual int Invoke(IntPtr wizard, int nextStep)
    Parameters
    Type Name Description
    System.IntPtr wizard
    System.Int32 nextStep
    Returns
    Type Description
    System.Int32
    In This Article
    Back to top Generated by DocFX