EditorDocumentLanguageChangedEventArgs Class
Provides arguments for IEditorDocument.Language change events.
public class EditorDocumentLanguageChangedEventArgs : PropertyChangedRoutedEventArgs<ISyntaxLanguage>
- Inheritance:
- Object EventArgs RoutedEventArgs PropertyChangedRoutedEventArgs<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
- PropertyChangedRoutedEventArgs<ISyntaxLanguage>.NewValue
- PropertyChangedRoutedEventArgs<ISyntaxLanguage>.OldValue
- EventArgs.Empty
- Object.ToString()
- Object.Equals(Object)
- Object.Equals(Object, Object)
- Object.ReferenceEquals(Object, Object)
- Object.GetHashCode()
- Object.GetType()
- Object.MemberwiseClone()