Search Results for

    Show / Hide Table of Contents

    Delegate SetList.DeleteCallback

    Namespace: NXOpen.BlockStyler
    Assembly: NXOpenUI.dll
    Syntax
    public delegate int DeleteCallback(SetList list, UIBlock blockToDelete);
    Parameters
    Type Name Description
    SetList list
    UIBlock blockToDelete
    Returns
    Type Description
    System.Int32

    Constructors

    DeleteCallback(Object, IntPtr)

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

    Methods

    BeginInvoke(SetList, UIBlock, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(SetList list, UIBlock blockToDelete, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    SetList list
    UIBlock blockToDelete
    System.AsyncCallback callback
    System.Object object
    Returns
    Type Description
    System.IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual int EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    System.IAsyncResult result
    Returns
    Type Description
    System.Int32

    Invoke(SetList, UIBlock)

    Declaration
    public virtual int Invoke(SetList list, UIBlock blockToDelete)
    Parameters
    Type Name Description
    SetList list
    UIBlock blockToDelete
    Returns
    Type Description
    System.Int32
    In This Article
    Back to top Generated by DocFX