IWorkspaceSettingsManager.OnWorkspaceSettingsChanged Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Event fire when a setting source (a file or in memory provider) changes. Listeners would need to reacquire (via GetAggregatedSettingsAsync) a new settings collection if they need to reflect the settings changes. The SettingsChangedEventArgs parameter can be used to narrow down the changes to a particular settings type and scopePath.
public:
property Microsoft::VisualStudio::Workspace::AsyncEvent<Microsoft::VisualStudio::Workspace::Settings::WorkspaceSettingsChangedEventArgs ^> ^ OnWorkspaceSettingsChanged { Microsoft::VisualStudio::Workspace::AsyncEvent<Microsoft::VisualStudio::Workspace::Settings::WorkspaceSettingsChangedEventArgs ^> ^ get(); void set(Microsoft::VisualStudio::Workspace::AsyncEvent<Microsoft::VisualStudio::Workspace::Settings::WorkspaceSettingsChangedEventArgs ^> ^ value); };
public Microsoft.VisualStudio.Workspace.AsyncEvent<Microsoft.VisualStudio.Workspace.Settings.WorkspaceSettingsChangedEventArgs> OnWorkspaceSettingsChanged { get; set; }
public Microsoft.VisualStudio.Workspace.AsyncEvent<Microsoft.VisualStudio.Workspace.Settings.WorkspaceSettingsChangedEventArgs>? OnWorkspaceSettingsChanged { get; set; }
member this.OnWorkspaceSettingsChanged : Microsoft.VisualStudio.Workspace.AsyncEvent<Microsoft.VisualStudio.Workspace.Settings.WorkspaceSettingsChangedEventArgs> with get, set
Public Property OnWorkspaceSettingsChanged As AsyncEvent(Of WorkspaceSettingsChangedEventArgs)