Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

[DXCategory("Events")]
public event EventHandler Changed

Event Data

The Changed event's data class is EventArgs.

See Also