BuildConfigurationChangedEventArgs 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.
Build configuration changed event arguments
public ref class BuildConfigurationChangedEventArgs : EventArgs
public class BuildConfigurationChangedEventArgs : EventArgs
type BuildConfigurationChangedEventArgs = class
inherit EventArgs
Public Class BuildConfigurationChangedEventArgs
Inherits EventArgs
- Inheritance
-
BuildConfigurationChangedEventArgs
Constructors
BuildConfigurationChangedEventArgs(ProjectTargetFileContext, String) |
Initializes a new instance of the BuildConfigurationChangedEventArgs class. |
Properties
BuildConfiguration |
The new build configuration |
ProjectTargetFileContext |
The project file affected |