Skip to main content

PictureEdit.ZoomPercentChanged Event

Fires when the RepositoryItemPictureEdit.ZoomPercent property is changed.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Event Data

The ZoomPercentChanged event's data class is EventArgs.

See Also