menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class VectorChangedEventArgs - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class VectorChangedEventArgs

    Inheritance
    System.Object
    VectorChangedEventArgs
    Implements
    Windows.Foundation.Collections.IVectorChangedEventArgs
    Namespace: Syncfusion.Data
    Assembly: Syncfusion.Data.UWP.dll
    Syntax
    public class VectorChangedEventArgs : Object, IVectorChangedEventArgs

    Constructors

    VectorChangedEventArgs(CollectionChange, UInt32)

    Declaration
    public VectorChangedEventArgs(CollectionChange type, uint index)
    Parameters
    Type Name Description
    Windows.Foundation.Collections.CollectionChange type
    System.UInt32 index

    Properties

    CollectionChange

    Declaration
    public CollectionChange CollectionChange { get; set; }
    Property Value
    Type
    Windows.Foundation.Collections.CollectionChange

    Index

    Declaration
    public uint Index { get; set; }
    Property Value
    Type
    System.UInt32

    Implements

    Windows.Foundation.Collections.IVectorChangedEventArgs

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved