Table of Contents

Constructor SourceChangedEventArgs

Namespace
Alternet.Editor
Assembly
Alternet.Editor.v10.dll

SourceChangedEventArgs(ITextSource, ITextSource)

Initializes a new instance of the SourceChangedEventArgs class with specified parameters.

public SourceChangedEventArgs(ITextSource oldValue, ITextSource newValue)

Parameters

oldValue ITextSource

Old property value.

newValue ITextSource

New property value.