T3000 CrossPlatform Documentation
FastColoredTextBoxVisibleRangeChangedDelayed Event |
[This is preliminary documentation and is subject to change.]
VisibleRangeChangedDelayed event.
It occurs after changing of visible range.
This event occurs with a delay relative to VisibleRangeChanged, and fires only once.
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public event EventHandler VisibleRangeChangedDelayed
Public Event VisibleRangeChangedDelayed As EventHandler Dim instance As FastColoredTextBox Dim handler As EventHandler AddHandler instance.VisibleRangeChangedDelayed, handler
Value
Type: SystemEventHandlerSee Also