Table of Contents

Class TextEditorSettingsChangedEvent

Namespace
Loehnert.Lisrt.Scripting.Settings
Assembly
Loehnert.Lisrt.Scripting.dll

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 CodeEditorSettings

The settings.

propertyName string

The name of the changed property.

Properties

PropertyName

Gets the name of the changed property.

public string PropertyName { get; }

Property Value

string

Settings

Gets the settings.

public CodeEditorSettings Settings { get; }

Property Value

CodeEditorSettings