WorkspaceSettingsChangedEventArgs Class

Definition

Settings change events data.

public ref class WorkspaceSettingsChangedEventArgs : EventArgs
public class WorkspaceSettingsChangedEventArgs : EventArgs
type WorkspaceSettingsChangedEventArgs = class
    inherit EventArgs
Public Class WorkspaceSettingsChangedEventArgs
Inherits EventArgs
Inheritance
WorkspaceSettingsChangedEventArgs

Constructors

WorkspaceSettingsChangedEventArgs(String, String)

Initializes a new instance of the WorkspaceSettingsChangedEventArgs class.

Properties

ScopePath

The relative path to location under workspace folders, that is affected by the particular change. This is related to the Settings scope used to acquire the settings from Settings manager such that any such location under The value presented here should be considered invalidated.

Type

Settings tuple (aka generic launch)

Applies to