PropertyChangingEventArgs Members

Include Protected Members
Include Inherited Members

Provides data to the IDatabaseProjectNode ProjectPropertyChanging event, which is raised when the configuration or project properties are about to be altered.

The PropertyChangingEventArgs type exposes the following members.

Methods

  Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method 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.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a String that represents the current Object. (Inherited from Object.)

Top

Properties

  Name Description
Public property Cancel Gets or sets a value indicating whether the event should be canceled. (Inherited from CancelEventArgs.)
Public property DatabaseProjectConfiguration Gets the IDatabaseProjectConfiguration that raised this event.
Public property DatabaseProjectNode Gets the IDatabaseProjectNode that raised this event.
Public property Exception Gets the exception that was generated when this property change was acted upon by a feature.
Public property Property Gets the property that is about to be changed.
Public property Value Gets the proposed value of the property that is about to be changed.

Top

See Also

Reference

PropertyChangingEventArgs Class

Microsoft.VisualStudio.Data.Schema.Project.Project Namespace