EditorOptionChangedEventArgs Constructor (String^)

 

Initializes a new instance of EditorOptionChangedEventArgs.

Namespace:   Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

public:
EditorOptionChangedEventArgs(
	String^ optionId
)

Parameters

optionId
Type: System::String^

The ID of the option.

Return to top
Show: