Search Results for

    Show / Hide Table of Contents

    Delegate StringBlock.KeystrokeCallback

    Namespace: NXOpen.BlockStyler
    Assembly: NXOpenUI.dll
    Syntax
    public delegate int StringBlock.KeystrokeCallback(StringBlock stringBlock, string uncommittedValue)
    Parameters
    Type Name Description
    StringBlock stringBlock
    string uncommittedValue
    Returns
    Type Description
    int

    Constructors

    KeystrokeCallback(object, nint)

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

    Methods

    BeginInvoke(StringBlock, string, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(StringBlock stringBlock, string uncommittedValue, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    StringBlock stringBlock
    string uncommittedValue
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(IAsyncResult)

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

    Invoke(StringBlock, string)

    Declaration
    public virtual int Invoke(StringBlock stringBlock, string uncommittedValue)
    Parameters
    Type Name Description
    StringBlock stringBlock
    string uncommittedValue
    Returns
    Type Description
    int
    In this article
    Back to top Generated by DocFX