CSharpEditor
1.1.2
A C# source code editor with syntax highlighting, intelligent code completion and real-time compilation error checking
|
A class to hold data for an event where the user has requested to save the document. More...
Properties | |
string | Text [get] |
The text of the document to save (not including any prepended or appended source code). More... | |
A class to hold data for an event where the user has requested to save the document.
Definition at line 753 of file Editor.public.cs.
|
get |
The text of the document to save (not including any prepended or appended source code).
Definition at line 758 of file Editor.public.cs.