Raised when the CursorMode 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 CursorModeChanged
Visual Basic
Public Event CursorModeChanged As EventHandler

See Also