menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class CollectionChangeEventArgs<T>

    Class that represent event args.

    Inheritance
    System.Object
    CollectionChangeEventArgs<T>
    Namespace: Syncfusion.XlsIO.Implementation.Collections
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public class CollectionChangeEventArgs<T> : EventArgs
    Type Parameters
    Name
    T

    Constructors

    CollectionChangeEventArgs(Int32, T)

    Creates new instance of event arguments.

    Declaration
    public CollectionChangeEventArgs(int index, T value)
    Parameters
    Type Name Description
    System.Int32 index

    Changed element index.

    T value

    Changed element value.

    Properties

    Index

    Element index. Read-only.

    Declaration
    public int Index { get; }
    Property Value
    Type
    System.Int32

    Value

    Element value. Read-only.

    Declaration
    public T Value { get; }
    Property Value
    Type
    T
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved