ItemsChangedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides data for the ItemsChanged event.
public ref class ItemsChangedEventArgs : EventArgs
public class ItemsChangedEventArgs : EventArgs
type ItemsChangedEventArgs = class
inherit EventArgs
Public Class ItemsChangedEventArgs
Inherits EventArgs
- Inheritance
Remarks
The ItemsChanged event is raised by an IItemContainerGenerator to inform layouts that the items collection has changed.
Properties
Action |
Gets the action that occurred on the items collection. |
ItemCount |
Gets the number of items that were involved in the change. |
ItemUICount |
Gets the number of user interface (UI) elements involved in the change. |
OldPosition |
Gets the position in the collection before the change occurred. |
Position |
Gets the position in the collection where the change occurred. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |