IBuildService.BuildStarted Event
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.
Raised when a build operation begins.
public:
event EventHandler<Microsoft::VisualStudio::RpcContracts::Build::BuildStartedEventArgs ^> ^ BuildStarted;
event EventHandler<Microsoft.VisualStudio.RpcContracts.Build.BuildStartedEventArgs> BuildStarted;
member this.BuildStarted : EventHandler<Microsoft.VisualStudio.RpcContracts.Build.BuildStartedEventArgs>
Event BuildStarted As EventHandler(Of BuildStartedEventArgs)