Back to Devexpress

EditorsRepositoryBase.CollectionChanged Event

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-editorsrepositorybase-9b6b68b9.md

latest2.0 KB
Original Source

EditorsRepositoryBase.CollectionChanged Event

Fires immediately after the repository item collection has been changed.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Property Changed")]
public event CollectionChangeEventHandler CollectionChanged
vb
<DXCategory("Property Changed")>
Public Event CollectionChanged As CollectionChangeEventHandler

Event Data

The CollectionChanged event's data class is CollectionChangeEventArgs. The following properties provide information specific to this event:

PropertyDescription
ActionGets an action that specifies how the collection changed.
ElementGets the instance of the collection with the change.

Remarks

The CollectionChanged event is raised in response to item addition or removal.

See Also

EditorsRepositoryBase Class

EditorsRepositoryBase Members

DevExpress.XtraEditors.Repository Namespace