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
Public method SettingChangedEventArgs Initializes a new instance of the SettingChangedEventArgs class.

Top

Properties

  Name Description
Public property SettingKey Gets or sets the setting key.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Fields

  Name Description
Public fieldStatic member AddQuotesToHtmlAttributesKey Add quotes to HTML attribute values in HTML formatting.
Public fieldStatic member AutoFormatCodeKey Auto-format code key.
Public fieldStatic member BracePositionOnNewLineCSharpKey Brace position key in C#.
Public fieldStatic member BracePositionOnNewLineCssKey Brace position key in CSS.
Public fieldStatic member BracePositionOnNewLineJScriptKey Brace position key in JScript.
Public fieldStatic member BracePositionOnNewLinePhpKey Brace position key in PHP.
Public fieldStatic member DebugNoTabColorsKey Debug no tab colors key.
Public fieldStatic member FontFamilyKey Font family key.
Public fieldStatic member FontSizeKey Font size key.
Public fieldStatic member HighlightWordsKey Highlight words key.
Public fieldStatic member HtmlAttributesOnSeparateLinesKey Place HTML element attributes on separate lines key.
Public fieldStatic member InsertBracesKey Insert braces key.
Public fieldStatic member InsertClosingTagsKey Insert closing tags key.
Public fieldStatic member InsertSpacesForTabsKey Insert spaces for tabs key.
Public fieldStatic member JQueryMobileHtmlIntellisenseKey Key to enable jQuery Mobile intellisense in HTML files.
Public fieldStatic member LastAccessedDirectoryKey Last accessed directory key.
Public fieldStatic member LastSelectedCategoryKey Last selected category key.
Public fieldStatic member LastSelectedTemplateKey Last selected template key.
Public fieldStatic member LineNumbersEnabledKey Line numbers enabled key.
Public fieldStatic member SearchAsYouTypeKey Search as you type key.
Public fieldStatic member ShowWhiteSpacesKey Show white spaces key.
Public fieldStatic member SupplementalHtmlIntellisenseOptionsKey Key to a set of supplemental HTML options.
Public fieldStatic member SurfaceBackgroundBrushKey Surface background brush key.
Public fieldStatic member SyncTreeSelectionKey Sync tree selection key.
Public fieldStatic member TabSizeKey Tab size key.
Public fieldStatic member ThemeFileLocationKey Theme file location key.
Public fieldStatic member ValidationEnabledKey Enable validation (syntax check) key.
Public fieldStatic member 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.

See Also

Reference

Microsoft.WebMatrix.Extensibility.Editor Namespace