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

PictureEdit.ZoomPercentChanged Event

Fires when the RepositoryItemPictureEdit.ZoomPercent property is changed.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

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

Event Data

The ZoomPercentChanged event's data class is EventArgs.

See Also