IBuildService.BuildProgressChanged 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 the build progress changes.
public:
event EventHandler<Microsoft::VisualStudio::RpcContracts::Build::BuildProgressChangedEventArgs ^> ^ BuildProgressChanged;
event EventHandler<Microsoft.VisualStudio.RpcContracts.Build.BuildProgressChangedEventArgs> BuildProgressChanged;
member this.BuildProgressChanged : EventHandler<Microsoft.VisualStudio.RpcContracts.Build.BuildProgressChangedEventArgs>
Event BuildProgressChanged As EventHandler(Of BuildProgressChangedEventArgs)