T3000 CrossPlatform Documentation
FileTextSource Events |
[This is preliminary documentation and is subject to change.]
The FileTextSource type exposes the following members.
Events
Name | Description | |
---|---|---|
CurrentTBChanged |
Occurs after CurrentTB was changed
(Inherited from TextSource.) | |
LineInserted |
Occurs when line was inserted/added
(Inherited from TextSource.) | |
LineNeeded |
Occurs when need to display line in the textbox
| |
LinePushed |
Occurs when need to save line in the file
| |
LineRemoved |
Occurs when line was removed
(Inherited from TextSource.) | |
RecalcNeeded |
Occurs when recalc is needed
(Inherited from TextSource.) | |
RecalcWordWrap |
Occurs when recalc wordwrap is needed
(Inherited from TextSource.) | |
TextChanged |
Occurs when text was changed
(Inherited from TextSource.) | |
TextChanging |
Occurs before text changing
(Inherited from TextSource.) |
See Also