C# Class Microsoft.VisualStudio.Project.ActiveConfigurationChangedEventArgs

Defines the event args for the active configuration change event.
Inheritance: System.EventArgs
Mostra file Open project: tunnelvisionlabs/MPFProj10 Class Usage Examples

Public Methods

Method Description
ActiveConfigurationChangedEventArgs ( IVsHierarchy hierarchy ) : System

Constructs a new event args.

Method Details

ActiveConfigurationChangedEventArgs() public method

Constructs a new event args.
public ActiveConfigurationChangedEventArgs ( IVsHierarchy hierarchy ) : System
hierarchy IVsHierarchy The hierarchy that has changed its configuration.
return System