[]
Occurs when the zoom level of the thumbnails in the Thumbnails Panel changes.
[Browsable(true)]
public event ZoomChangedEventHandler ZoomChanged
Type | Description |
---|---|
ZoomChangedEventHandler | Occurs when the zoom level of the thumbnails in the Thumbnails Panel changes. |
This event provides a way to respond to changes in the zoom level of thumbnails within the Thumbnails Panel. It can be used to trigger additional actions in the application, such as updating other UI elements to reflect the new zoom level or logging the change for analytics purposes. Listening to this event helps ensure that the application can dynamically adapt to user preferences and interactions.