menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Delegate EntityCollection.ChangeItems - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Delegate EntityCollection.ChangeItems

    Represents the method that will handle the collection changes.

    Namespace: Syncfusion.DocIO.DLS
    Assembly: Syncfusion.DocIO.Base.dll
    Syntax
    public delegate void ChangeItems(EntityCollection.ChangeItemsType type, Entity entity);
    Parameters
    Type Name Description
    EntityCollection.ChangeItemsType type

    The type of action to be performed.

    Entity entity

    The Entity.

    Constructors

    ChangeItems(Object, IntPtr)

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

    Methods

    BeginInvoke(EntityCollection.ChangeItemsType, Entity, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(EntityCollection.ChangeItemsType type, Entity entity, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    EntityCollection.ChangeItemsType type
    Entity entity
    System.AsyncCallback callback
    System.Object object
    Returns
    Type
    System.IAsyncResult

    EndInvoke(IAsyncResult)

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

    Invoke(EntityCollection.ChangeItemsType, Entity)

    Declaration
    public virtual void Invoke(EntityCollection.ChangeItemsType type, Entity entity)
    Parameters
    Type Name Description
    EntityCollection.ChangeItemsType type
    Entity entity
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved