The event handler receives an argument of type ZoomChangedEventArgs containing data related to this event. The following ZoomChangedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Zoom | Gets the new zoom value of the viewer. |
The ZoomChangedEventArgs provides the new zoom level. Handlers for this event can respond to zoom level changes, for example, by updating UI elements that reflect the current zoom level.