ICustomContextService.OnCustomSettingsChanged Property

Definition

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)

Property Value

Applies to