Skip to main content

ImageCollection<TImage, TInfo>.Changed Event

Fires when the collection changes.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v24.1.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.

See Also