ImageCollection.Changed Event
In This Article
Fires after the image collection has been changed.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
[DXCategory("Events")]
public event EventHandler Changed
#Event Data
The Changed event's data class is EventArgs.
#Remarks
The CollectionChanged event is raised as the result of adding or removing images.
See Also