PropertyChangingEventArgs Class

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

This API is not CLS-compliant. The CLS-compliant alternative is .

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public NotInheritable Class PropertyChangingEventArgs _
    Inherits CancelEventArgs
'Usage
Dim instance As PropertyChangingEventArgs
[CLSCompliantAttribute(false)]
public sealed class PropertyChangingEventArgs : CancelEventArgs
[CLSCompliantAttribute(false)]
public ref class PropertyChangingEventArgs sealed : public CancelEventArgs
public final class PropertyChangingEventArgs extends CancelEventArgs
[<SealedAttribute>]
[<CLSCompliantAttribute(false)>]
type PropertyChangingEventArgs =  
    class
        inherit CancelEventArgs
    end

Inheritance Hierarchy

System.Object
  System.EventArgs
    System.ComponentModel.CancelEventArgs
      Microsoft.VisualStudio.Data.Schema.Project.Project.PropertyChangingEventArgs

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

PropertyChangingEventArgs Members

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