C# Class Microsoft.VisualStudio.Project.ProjectPropertyChangedArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: tunnelvisionlabs/MPFProj10 Class Usage Examples

Méthodes publiques

Méthode Description
ProjectPropertyChangedArgs ( string propertyName, string oldValue, string newValue ) : System

Method Details

ProjectPropertyChangedArgs() public méthode

public ProjectPropertyChangedArgs ( string propertyName, string oldValue, string newValue ) : System
propertyName string
oldValue string
newValue string
Résultat System