Skip to main content

DPIAwareImageCollection.Changed Event

Occurs whenever the DPIAwareImageCollection changes its image set and allows you to respond to these changes.

Namespace: DevExpress.Utils

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

See Also