LinePushedEventArgs.SavedText Property

T3000 CrossPlatform

LinePushedEventArgsSavedText Property

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

This text will be saved in the file

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public string SavedText { get; set; }
Public Property SavedText As String
	Get
	Set

Dim instance As LinePushedEventArgs
Dim value As String

value = instance.SavedText

instance.SavedText = value

Property Value

Type: String
See Also