FastColoredTextBox.ZoomChanged Event

T3000 CrossPlatform

FastColoredTextBoxZoomChanged Event

[This is preliminary documentation and is subject to change.]

Occurs when component was zoomed

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public event EventHandler ZoomChanged
Public Event ZoomChanged As EventHandler

Dim instance As FastColoredTextBox
Dim handler As EventHandler

AddHandler instance.ZoomChanged, handler

Value

Type: SystemEventHandler
See Also