Search Results for

    Show / Hide Table of Contents

    Delegate Wizard._OnSubNodeCallback

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

    Constructors

    _OnSubNodeCallback(Object, IntPtr)

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

    Methods

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

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

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