Search Results for

    Show / Hide Table of Contents

    Delegate PartCollection.PartModifiedHandler

    Namespace: NXOpen
    Assembly: NXOpen.dll
    Syntax
    public delegate void PartCollection.PartModifiedHandler(BasePart part)
    Parameters
    Type Name Description
    BasePart part

    Constructors

    PartModifiedHandler(object, nint)

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

    Methods

    BeginInvoke(BasePart, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(BasePart part, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    BasePart part
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(IAsyncResult)

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

    Invoke(BasePart)

    Declaration
    public virtual void Invoke(BasePart part)
    Parameters
    Type Name Description
    BasePart part
    In this article
    Back to top Generated by DocFX