Search Results for

    Show / Hide Table of Contents

    Delegate CustomFeatureClass.PreUpdateCallback

    Namespace: NXOpen.Features
    Assembly: NXOpen.dll
    Syntax
    public delegate int CustomFeatureClass.PreUpdateCallback(CustomFeaturePreUpdateEvent eventObject)
    Parameters
    Type Name Description
    CustomFeaturePreUpdateEvent eventObject
    Returns
    Type Description
    int

    Constructors

    PreUpdateCallback(object, nint)

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

    Methods

    BeginInvoke(CustomFeaturePreUpdateEvent, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(CustomFeaturePreUpdateEvent eventObject, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    CustomFeaturePreUpdateEvent eventObject
    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(CustomFeaturePreUpdateEvent)

    Declaration
    public virtual int Invoke(CustomFeaturePreUpdateEvent eventObject)
    Parameters
    Type Name Description
    CustomFeaturePreUpdateEvent eventObject
    Returns
    Type Description
    int
    In this article
    Back to top Generated by DocFX