Constructor SourceChangedEventArgs
SourceChangedEventArgs(ITextSource, ITextSource)
Initializes a new instance of the SourceChangedEventArgs
class with specified parameters.
public SourceChangedEventArgs(ITextSource oldValue, ITextSource newValue)
Parameters
oldValue
ITextSourceOld property value.
newValue
ITextSourceNew property value.