AdornerElementCollection.CollectionChanged Event
Fires when the AdornerElementCollection is modified.
Namespace: DevExpress.Utils.VisualEffects
Assembly: DevExpress.Utils.v25.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Event Data
The CollectionChanged event's data class is CollectionChangeEventArgs. The following properties provide information specific to this event:
| Property | Description |
|---|---|
| Action | Gets an action that specifies how the collection changed. |
| Element | Gets the instance of the collection with the change. |
See Also