CSharpEditor  1.1.2
A C# source code editor with syntax highlighting, intelligent code completion and real-time compilation error checking
CSharpEditor.SaveEventArgs Class Reference

A class to hold data for an event where the user has requested to save the document. More...

Inheritance diagram for CSharpEditor.SaveEventArgs:

Properties

string Text [get]
 The text of the document to save (not including any prepended or appended source code). More...
 

Detailed Description

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.

Property Documentation

◆ Text

string CSharpEditor.SaveEventArgs.Text
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.


The documentation for this class was generated from the following file: