Search Results for

    Show / Hide Table of Contents

    Delegate SelectionBox.DoubleClick

    Namespace: NXOpen.UIStyler
    Assembly: NXOpenUI.dll
    Syntax
    public delegate DialogState DoubleClick(StylerEvent eventobject);
    Parameters
    Type Name Description
    StylerEvent eventobject
    Returns
    Type Description
    DialogState

    Constructors

    DoubleClick(Object, IntPtr)

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

    Methods

    BeginInvoke(StylerEvent, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(StylerEvent eventobject, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    StylerEvent eventobject
    System.AsyncCallback callback
    System.Object object
    Returns
    Type Description
    System.IAsyncResult

    EndInvoke(IAsyncResult)

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

    Invoke(StylerEvent)

    Declaration
    public virtual DialogState Invoke(StylerEvent eventobject)
    Parameters
    Type Name Description
    StylerEvent eventobject
    Returns
    Type Description
    DialogState
    In This Article
    Back to top Generated by DocFX