FileContext.OnFileContextChanged 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.
When the File Context has changed
public:
property Microsoft::VisualStudio::Workspace::AsyncEvent<EventArgs ^> ^ OnFileContextChanged { Microsoft::VisualStudio::Workspace::AsyncEvent<EventArgs ^> ^ get(); void set(Microsoft::VisualStudio::Workspace::AsyncEvent<EventArgs ^> ^ value); };
public Microsoft.VisualStudio.Workspace.AsyncEvent<EventArgs> OnFileContextChanged { get; set; }
public Microsoft.VisualStudio.Workspace.AsyncEvent<EventArgs>? OnFileContextChanged { get; set; }
member this.OnFileContextChanged : Microsoft.VisualStudio.Workspace.AsyncEvent<EventArgs> with get, set
Public Property OnFileContextChanged As AsyncEvent(Of EventArgs)