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