EditorOptionChangedEventArgs(String) Constructor

Definition

Initializes a new instance of EditorOptionChangedEventArgs.

public:
 EditorOptionChangedEventArgs(System::String ^ optionId);
public:
 EditorOptionChangedEventArgs(Platform::String ^ optionId);
 EditorOptionChangedEventArgs(std::wstring const & optionId);
public EditorOptionChangedEventArgs (string optionId);
new Microsoft.VisualStudio.Text.Editor.EditorOptionChangedEventArgs : string -> Microsoft.VisualStudio.Text.Editor.EditorOptionChangedEventArgs
Public Sub New (optionId As String)

Parameters

optionId
String

The ID of the option.

Applies to