Search Results for

    Show / Hide Table of Contents

    Delegate MultiSelectList._DoubleClick

    Namespace: NXOpen.UIStyler
    Assembly: NXOpenUI.dll
    Syntax
    delegate DialogState _DoubleClick(IntPtr eventobject);
    Parameters
    Type Name Description
    System.IntPtr 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(IntPtr, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(IntPtr eventobject, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    System.IntPtr 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(IntPtr)

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