In This Article

EditorDocumentLanguageChangedEventArgs Class

Provides arguments for IEditorDocument.Language change events.

public class EditorDocumentLanguageChangedEventArgs : PropertyChangedEventArgs<ISyntaxLanguage>
Inheritance:
object EventArgs PropertyChangedEventArgs<ISyntaxLanguage> object

Constructors

EditorDocumentLanguageChangedEventArgs(ISyntaxLanguage, ISyntaxLanguage)

Initializes a new instance of the EditorDocumentLanguageChangedEventArgs class.

public EditorDocumentLanguageChangedEventArgs(ISyntaxLanguage oldValue, ISyntaxLanguage newValue)
Parameter Type Description
oldValue ISyntaxLanguage

The previous value of the property being tracked as reported by an event.

newValue ISyntaxLanguage

The new value of the property being tracked as reported by an event.

Inherited Members