C# Class Microsoft.VisualStudio.Project.ProjectPropertyChangedArgs

Inheritance: System.EventArgs
Mostra file Open project: tunnelvisionlabs/MPFProj10 Class Usage Examples

Public Methods

Method Description
ProjectPropertyChangedArgs ( string propertyName, string oldValue, string newValue ) : System

Method Details

ProjectPropertyChangedArgs() public method

public ProjectPropertyChangedArgs ( string propertyName, string oldValue, string newValue ) : System
propertyName string
oldValue string
newValue string
return System