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

RepositoryItemPictureEdit.ZoomPercentChanged Event

Fires when the RepositoryItemPictureEdit.ZoomPercent property is changed.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v20.1.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