IFileContextActionEventsService.FileContextActionStarting 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.
Provides notification of the start of any IFileContextActionBase.
public Microsoft.VisualStudio.Workspace.AsyncEvent<Microsoft.VisualStudio.Workspace.FileContextActionStartingEventArgs> FileContextActionStarting { get; set; }
member this.FileContextActionStarting : Microsoft.VisualStudio.Workspace.AsyncEvent<Microsoft.VisualStudio.Workspace.FileContextActionStartingEventArgs> with get, set
Public Property FileContextActionStarting As AsyncEvent(Of FileContextActionStartingEventArgs)