Class TextEditorSettingsChangedEvent
Event used by the Caliburn.Micro.IEventAggregator to notify the TextFileViewModels about changed CodeEditorSettings.
public class TextEditorSettingsChangedEvent
- Inheritance
-
TextEditorSettingsChangedEvent
- Inherited Members
Constructors
TextEditorSettingsChangedEvent(CodeEditorSettings, string)
Initializes a new instance of the TextEditorSettingsChangedEvent class.
public TextEditorSettingsChangedEvent(CodeEditorSettings settings, string propertyName)
Parameters
settings
CodeEditorSettingsThe settings.
propertyName
stringThe name of the changed property.
Properties
PropertyName
Gets the name of the changed property.
public string PropertyName { get; }
Property Value
Settings
Gets the settings.
public CodeEditorSettings Settings { get; }