IWorkspaceSettingsProvider.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 settings source managed by the particular provider changes. The Settings manager will monitor this events and will propagate them to consumers as required.
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)