IFileContextActionEventsService Interface
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.
A mechanism for subscribing to notifications about the execution of IFileContextActionBase objects, such as build, rebuild, and clean.
public interface IFileContextActionEventsService
type IFileContextActionEventsService = interface
Public Interface IFileContextActionEventsService
Properties
BuildEnded |
Provides notification of the end of IFileContextActionBase that are Build actions. |
BuildStarting |
Provides notification of the start of IFileContextActionBase that are Build actions. |
CleanEnded |
Provides notification of the end of IFileContextActionBase that are Clean actions. |
CleanStarting |
Provides notification of the start of IFileContextActionBase that are Clean actions. |
FileContextActionEnded |
Provides notification of the end of any IFileContextActionBase. |
FileContextActionStarting |
Provides notification of the start of any IFileContextActionBase. |
RebuildEnded |
Provides notification of the end of IFileContextActionBase that are Rebuild actions. |
RebuildStarting |
Provides notification of the start of IFileContextActionBase that are Rebuild actions. |