BuildStartedEventArgs Class
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.
Context information relating to the start of a build operation.
public ref class BuildStartedEventArgs : EventArgs
public class BuildStartedEventArgs : EventArgs
type BuildStartedEventArgs = class
inherit EventArgs
Public Class BuildStartedEventArgs
Inherits EventArgs
- Inheritance
-
BuildStartedEventArgs
Constructors
BuildStartedEventArgs(BuildAction, IReadOnlyList<BuildableItem>) |
Initializes a new instance of the BuildStartedEventArgs class. |
Properties
BuildAction |
Gets the build action that has started. |
RequestedItems |
Gets the buildable items that were requested for the build operation. |