Show / Hide Table of Contents

Class ItemsChangedEventArgs

The ItemsChanged event is raised by an ItemContainerGenerator to inform layouts that the items collection has changed.

Inheritance
System.Object
System.EventArgs
ItemsChangedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Controls.Primitives
Assembly: OpenSilver.dll
Syntax
public class ItemsChangedEventArgs : EventArgs

Properties

| Improve this Doc View Source

Action

What happened

Declaration
public NotifyCollectionChangedAction Action { get; }
Property Value
Type Description
System.Collections.Specialized.NotifyCollectionChangedAction
| Improve this Doc View Source

ItemCount

How many items were involved

Declaration
public int ItemCount { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

ItemUICount

How many UI elements were involved

Declaration
public int ItemUICount { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

OldPosition

Where it happened

Declaration
public GeneratorPosition OldPosition { get; }
Property Value
Type Description
GeneratorPosition
| Improve this Doc View Source

Position

Where it happened

Declaration
public GeneratorPosition Position { get; }
Property Value
Type Description
GeneratorPosition
  • Improve this Doc
  • View Source