FastColoredTextBox Events
From T3000 CrossPlatform
T3000 CrossPlatform Documentation
FastColoredTextBox Events |
[This is preliminary documentation and is subject to change.]
The FastColoredTextBox type exposes the following members.
| Name | Description | |
|---|---|---|
| AutoIndentNeeded |
It occurs when calculates AutoIndent for new line
| |
| AutoSizeChanged | (Inherited from UserControl.) | |
| AutoValidateChanged | (Inherited from UserControl.) | |
| BackColorChanged | (Inherited from Control.) | |
| BackgroundImageChanged | (Inherited from Control.) | |
| BackgroundImageLayoutChanged | (Inherited from Control.) | |
| BindingContextChanged | (Inherited from Control.) | |
| CausesValidationChanged | (Inherited from Control.) | |
| ChangeUICues | (Inherited from Control.) | |
| Click | (Inherited from Control.) | |
| ClientSizeChanged | (Inherited from Control.) | |
| ContextMenuChanged | (Inherited from Control.) | |
| ContextMenuStripChanged | (Inherited from Control.) | |
| ControlAdded | (Inherited from Control.) | |
| ControlRemoved | (Inherited from Control.) | |
| CursorChanged | (Inherited from Control.) | |
| CustomAction |
Occurs when user pressed key, that specified as CustomAction
| |
| Disposed | (Inherited from Component.) | |
| DockChanged | (Inherited from Control.) | |
| DoubleClick | (Inherited from Control.) | |
| DragDrop | (Inherited from Control.) | |
| DragEnter | (Inherited from Control.) | |
| DragLeave | (Inherited from Control.) | |
| DragOver | (Inherited from Control.) | |
| EnabledChanged | (Inherited from Control.) | |
| Enter | (Inherited from Control.) | |
| FoldingHighlightChanged |
Occurs when current highlighted folding area is changed.
Current folding area see in StartFoldingLine and EndFoldingLine.
| |
| FontChanged | (Inherited from Control.) | |
| ForeColorChanged | (Inherited from Control.) | |
| GiveFeedback | (Inherited from Control.) | |
| GotFocus | (Inherited from Control.) | |
| HandleCreated | (Inherited from Control.) | |
| HandleDestroyed | (Inherited from Control.) | |
| HelpRequested | (Inherited from Control.) | |
| HintClick |
HintClick event.
It occurs if user click on the hint.
| |
| ImeModeChanged | (Inherited from Control.) | |
| Invalidated | (Inherited from Control.) | |
| KeyDown | (Inherited from Control.) | |
| KeyPress | (Inherited from Control.) | |
| KeyPressed |
It occurs when visible char is enetered (alphabetic, digit, punctuation, DEL, BACKSPACE)
| |
| KeyPressing |
It occurs when visible char is enetering (alphabetic, digit, punctuation, DEL, BACKSPACE)
| |
| KeyUp | (Inherited from Control.) | |
| Layout | (Inherited from Control.) | |
| Leave | (Inherited from Control.) | |
| LineInserted |
Occurs when line was inserted/added
| |
| LineRemoved |
Occurs when line was removed
| |
| Load | (Inherited from UserControl.) | |
| LocationChanged | (Inherited from Control.) | |
| LostFocus | (Inherited from Control.) | |
| MarginChanged | (Inherited from Control.) | |
| MouseCaptureChanged | (Inherited from Control.) | |
| MouseClick | (Inherited from Control.) | |
| MouseDoubleClick | (Inherited from Control.) | |
| MouseDown | (Inherited from Control.) | |
| MouseEnter | (Inherited from Control.) | |
| MouseHover | (Inherited from Control.) | |
| MouseLeave | (Inherited from Control.) | |
| MouseMove | (Inherited from Control.) | |
| MouseUp | (Inherited from Control.) | |
| MouseWheel | (Inherited from Control.) | |
| Move | (Inherited from Control.) | |
| PaddingChanged | (Inherited from Control.) | |
| Paint | (Inherited from Control.) | |
| PaintLine |
It occurs when line background is painting
| |
| ParentChanged | (Inherited from Control.) | |
| Pasting |
Occurs when user paste text from clipboard
| |
| PreviewKeyDown | (Inherited from Control.) | |
| QueryAccessibilityHelp | (Inherited from Control.) | |
| QueryContinueDrag | (Inherited from Control.) | |
| RegionChanged | (Inherited from Control.) | |
| Resize | (Inherited from Control.) | |
| RightToLeftChanged | (Inherited from Control.) | |
| Scroll | (Inherited from ScrollableControl.) | |
| ScrollbarsUpdated |
Occurs when scroolbars are updated
| |
| SelectionChanged |
SelectionChanged event.
It occurs after changing of selection.
| |
| SelectionChangedDelayed |
SelectionChangedDelayed event.
It occurs after changing of selection.
This event occurs with a delay relative to SelectionChanged, and fires only once.
| |
| SizeChanged | (Inherited from Control.) | |
| StyleChanged | (Inherited from Control.) | |
| SystemColorsChanged | (Inherited from Control.) | |
| TabIndexChanged | (Inherited from Control.) | |
| TabStopChanged | (Inherited from Control.) | |
| TextChanged |
TextChanged event.
It occurs after insert, delete, clear, undo and redo operations.
| |
| TextChangedDelayed |
TextChangedDelayed event.
It occurs after insert, delete, clear, undo and redo operations.
This event occurs with a delay relative to TextChanged, and fires only once.
| |
| TextChanging |
TextChanging event.
It occurs before insert, delete, clear, undo and redo operations.
| |
| ToolTipNeeded |
Occurs when mouse is moving over text and tooltip is needed
| |
| UndoRedoStateChanged |
Occurs when undo/redo stack is changed
| |
| Validated | (Inherited from Control.) | |
| Validating | (Inherited from Control.) | |
| VisibleChanged | (Inherited from Control.) | |
| VisibleRangeChanged |
VisibleRangeChanged event.
It occurs after changing of visible range.
| |
| VisibleRangeChangedDelayed |
VisibleRangeChangedDelayed event.
It occurs after changing of visible range.
This event occurs with a delay relative to VisibleRangeChanged, and fires only once.
| |
| VisualMarkerClick |
It occurs when user click on VisualMarker.
| |
| WordWrapNeeded |
Occurs when custom wordwrap is needed
| |
| ZoomChanged |
Occurs when component was zoomed
|