Raised when the ZoomMode property changes. You typically handle this event to update the UI of your application, such as e.g. a tool bar.

Namespace: TallComponents.Interaction.WinForms.Controls
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public event EventHandler ZoomModeChanged
Visual Basic
Public Event ZoomModeChanged As EventHandler

See Also