menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CollectionBaseEx<T>.CollectionSet - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CollectionBaseEx<T>.CollectionSet

    Delegate for Set event.

    Inheritance
    System.Object
    CollectionBaseEx<T>.CollectionSet
    Namespace: Syncfusion.XlsIO.Implementation.Collections
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public sealed class CollectionSet : MulticastDelegate

    Constructors

    CollectionSet(Object, IntPtr)

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

    Methods

    BeginInvoke(Int32, Object, Object, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(int index, object old, object value, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    System.Int32 index
    System.Object old
    System.Object value
    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(Int32, Object, Object)

    Declaration
    public virtual void Invoke(int index, object old, object value)
    Parameters
    Type Name Description
    System.Int32 index
    System.Object old
    System.Object value
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved