Share via


NodeAttributesChangedEventArgs Class

Provides data for the IDatabaseProjectNode NodeAttributesChanged event.

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 Class NodeAttributesChangedEventArgs _
    Inherits EventArgs
'Usage
Dim instance As NodeAttributesChangedEventArgs
[CLSCompliantAttribute(false)]
public class NodeAttributesChangedEventArgs : EventArgs
[CLSCompliantAttribute(false)]
public ref class NodeAttributesChangedEventArgs : public EventArgs
public class NodeAttributesChangedEventArgs extends EventArgs
[<CLSCompliantAttribute(false)>]
type NodeAttributesChangedEventArgs =  
    class
        inherit EventArgs
    end

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.VisualStudio.Data.Schema.Project.Project.NodeAttributesChangedEventArgs

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

NodeAttributesChangedEventArgs Members

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