ItemsChangedEventArgs Class

Definition

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
ItemsChangedEventArgs

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)

Applies to