Class SourceChangedEventArgs
Provides data for the ISyntaxEdit.SourceChanged event.
public class SourceChangedEventArgs : PropertyChangedEventArgs<ITextSource>
- Inheritance
-
SourceChangedEventArgs
Constructors
- SourceChangedEventArgs(ITextSource, ITextSource)
Initializes a new instance of the
SourceChangedEventArgs
class with specified parameters.