SettingChangedEventArgs Class
Applies to v2.
Provides keys used in the SettingChanged event.
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.WebMatrix.Extensibility.Editor.SettingChangedEventArgs
Namespace: Microsoft.WebMatrix.Extensibility.Editor
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Class SettingChangedEventArgs _
Inherits EventArgs
'Usage
Dim instance As SettingChangedEventArgs
public class SettingChangedEventArgs : EventArgs
public ref class SettingChangedEventArgs : public EventArgs
type SettingChangedEventArgs =
class
inherit EventArgs
end
public class SettingChangedEventArgs extends EventArgs
The SettingChangedEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SettingChangedEventArgs | Initializes a new instance of the SettingChangedEventArgs class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
SettingKey | Gets or sets the setting key. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
![]() ![]() |
AddQuotesToHtmlAttributesKey | Add quotes to HTML attribute values in HTML formatting. |
![]() ![]() |
AutoFormatCodeKey | Auto-format code key. |
![]() ![]() |
BracePositionOnNewLineCSharpKey | Brace position key in C#. |
![]() ![]() |
BracePositionOnNewLineCssKey | Brace position key in CSS. |
![]() ![]() |
BracePositionOnNewLineJScriptKey | Brace position key in JScript. |
![]() ![]() |
BracePositionOnNewLinePhpKey | Brace position key in PHP. |
![]() ![]() |
DebugNoTabColorsKey | Debug no tab colors key. |
![]() ![]() |
FontFamilyKey | Font family key. |
![]() ![]() |
FontSizeKey | Font size key. |
![]() ![]() |
HighlightWordsKey | Highlight words key. |
![]() ![]() |
HtmlAttributesOnSeparateLinesKey | Place HTML element attributes on separate lines key. |
![]() ![]() |
InsertBracesKey | Insert braces key. |
![]() ![]() |
InsertClosingTagsKey | Insert closing tags key. |
![]() ![]() |
InsertSpacesForTabsKey | Insert spaces for tabs key. |
![]() ![]() |
JQueryMobileHtmlIntellisenseKey | Key to enable jQuery Mobile intellisense in HTML files. |
![]() ![]() |
LastAccessedDirectoryKey | Last accessed directory key. |
![]() ![]() |
LastSelectedCategoryKey | Last selected category key. |
![]() ![]() |
LastSelectedTemplateKey | Last selected template key. |
![]() ![]() |
LineNumbersEnabledKey | Line numbers enabled key. |
![]() ![]() |
SearchAsYouTypeKey | Search as you type key. |
![]() ![]() |
ShowWhiteSpacesKey | Show white spaces key. |
![]() ![]() |
SupplementalHtmlIntellisenseOptionsKey | Key to a set of supplemental HTML options. |
![]() ![]() |
SurfaceBackgroundBrushKey | Surface background brush key. |
![]() ![]() |
SyncTreeSelectionKey | Sync tree selection key. |
![]() ![]() |
TabSizeKey | Tab size key. |
![]() ![]() |
ThemeFileLocationKey | Theme file location key. |
![]() ![]() |
ValidationEnabledKey | Enable validation (syntax check) key. |
![]() ![]() |
WordWrapEnabledKey | Word wrap enabled key. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.