Delen via


IFileContextActionEventsService Interface

Definition

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.

Applies to