Search Results for

    Show / Hide Table of Contents

    Delegate UFMb.CallbackT

    Namespace: NXOpen.UF
    Assembly: NXOpen.UF.dll
    Syntax
    public delegate UFMb.CbStatus CallbackT(IntPtr w, IntPtr client_data, IntPtr button);
    Parameters
    Type Name Description
    System.IntPtr w
    System.IntPtr client_data
    System.IntPtr button
    Returns
    Type Description
    UFMb.CbStatus

    Constructors

    CallbackT(Object, IntPtr)

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

    Methods

    BeginInvoke(IntPtr, IntPtr, IntPtr, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(IntPtr w, IntPtr client_data, IntPtr button, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    System.IntPtr w
    System.IntPtr client_data
    System.IntPtr button
    System.AsyncCallback callback
    System.Object object
    Returns
    Type Description
    System.IAsyncResult

    EndInvoke(IAsyncResult)

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

    Invoke(IntPtr, IntPtr, IntPtr)

    Declaration
    public virtual UFMb.CbStatus Invoke(IntPtr w, IntPtr client_data, IntPtr button)
    Parameters
    Type Name Description
    System.IntPtr w
    System.IntPtr client_data
    System.IntPtr button
    Returns
    Type Description
    UFMb.CbStatus
    In This Article
    Back to top Generated by DocFX