Raised when the TextSelectMode 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.ControlsAssembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0
Syntax
| C# |
|---|
public event EventHandler TextSelectModeChanged |
| Visual Basic |
|---|
Public Event TextSelectModeChanged As EventHandler |