ICustomContextService.OnCustomSettingsChanged 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.
Notifies when the custom settings has changed
public:
property Microsoft::VisualStudio::Workspace::AsyncEvent<EventArgs ^> ^ OnCustomSettingsChanged { Microsoft::VisualStudio::Workspace::AsyncEvent<EventArgs ^> ^ get(); void set(Microsoft::VisualStudio::Workspace::AsyncEvent<EventArgs ^> ^ value); };
public Microsoft.VisualStudio.Workspace.AsyncEvent<EventArgs> OnCustomSettingsChanged { get; set; }
public Microsoft.VisualStudio.Workspace.AsyncEvent<EventArgs>? OnCustomSettingsChanged { get; set; }
member this.OnCustomSettingsChanged : Microsoft.VisualStudio.Workspace.AsyncEvent<EventArgs> with get, set
Public Property OnCustomSettingsChanged As AsyncEvent(Of EventArgs)