Search Results for

    Show / Hide Table of Contents

    Delegate UFTag.EventFnT

    Namespace: NXOpen.UF
    Assembly: NXOpen.UF.dll
    Syntax
    [UnmanagedFunctionPointer(CallingConvention.Cdecl)]
    public delegate void UFTag.EventFnT(UFTag.Event reason, Tag tag, nint closure)
    Parameters
    Type Name Description
    UFTag.Event reason
    Tag tag
    nint closure

    Constructors

    EventFnT(object, nint)

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

    Methods

    BeginInvoke(Event, Tag, nint, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(UFTag.Event reason, Tag tag, nint closure, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    UFTag.Event reason
    Tag tag
    nint closure
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(IAsyncResult)

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

    Invoke(Event, Tag, nint)

    Declaration
    public virtual void Invoke(UFTag.Event reason, Tag tag, nint closure)
    Parameters
    Type Name Description
    UFTag.Event reason
    Tag tag
    nint closure
    In this article
    Back to top Generated by DocFX