PropertyChangedEventArgs Members
Include Protected Members
Include Inherited Members
Provides data to the IDatabaseProjectNode ProjectPropertyChanged event, which is raised when the configuration or project properties are altered.
The PropertyChangedEventArgs type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
DatabaseProjectConfiguration | Gets the IDatabaseProjectConfiguration that raised this event. | |
DatabaseProjectNode | Gets the IDatabaseProjectNode that raised this event. | |
Exception | Gets the exception that was generated when this property change was acted upon by a feature. | |
Property | Gets the property that was changed. | |
Value | Gets the value of the property that was changed. |
Top
See Also
Reference
PropertyChangedEventArgs Class
Microsoft.VisualStudio.Data.Schema.Project.Project Namespace