Search Results for

    Show / Hide Table of Contents

    Delegate TestStepSequence.TestStepValidationNotifier

    Namespace: NXOpen.BlockStyler
    Assembly: NXOpenUI.dll
    Syntax
    public delegate bool TestStepSequence.TestStepValidationNotifier(UIBlock blockDialog)
    Parameters
    Type Name Description
    UIBlock blockDialog
    Returns
    Type Description
    bool

    Constructors

    TestStepValidationNotifier(object, nint)

    Declaration
    public TestStepValidationNotifier(object @object, nint method)
    Parameters
    Type Name Description
    object object
    nint method

    Methods

    BeginInvoke(UIBlock, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(UIBlock blockDialog, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    UIBlock blockDialog
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual bool EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    IAsyncResult result
    Returns
    Type Description
    bool

    Invoke(UIBlock)

    Declaration
    public virtual bool Invoke(UIBlock blockDialog)
    Parameters
    Type Name Description
    UIBlock blockDialog
    Returns
    Type Description
    bool
    In this article
    Back to top Generated by DocFX