BuildProgressChangedEventArgs 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.
Progress information for a build operation.
public ref class BuildProgressChangedEventArgs : EventArgs
public class BuildProgressChangedEventArgs : EventArgs
type BuildProgressChangedEventArgs = class
inherit EventArgs
Public Class BuildProgressChangedEventArgs
Inherits EventArgs
- Inheritance
-
BuildProgressChangedEventArgs
Constructors
BuildProgressChangedEventArgs(Int32) |
Initializes a new instance of the BuildProgressChangedEventArgs class. |
Properties
Progress |
Gets the build progress in percentage. |