IDatabaseProjectNode.NodeAttributesChanged Event

Called when node attributes change.

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

Syntax

'Declaration
Event NodeAttributesChanged As EventHandler(Of NodeAttributesChangedEventArgs)
'Usage
Dim instance As IDatabaseProjectNode
Dim handler As EventHandler(Of NodeAttributesChangedEventArgs)

AddHandler instance.NodeAttributesChanged, handler
event EventHandler<NodeAttributesChangedEventArgs> NodeAttributesChanged
 event EventHandler<NodeAttributesChangedEventArgs^>^ NodeAttributesChanged {
    void add (EventHandler<NodeAttributesChangedEventArgs^>^ value);
    void remove (EventHandler<NodeAttributesChangedEventArgs^>^ value);
}
JScript does not support events.
abstract NodeAttributesChanged : IEvent<EventHandler<NodeAttributesChangedEventArgs>,
    NodeAttributesChangedEventArgs>

.NET Framework Security

See Also

Reference

IDatabaseProjectNode Interface

IDatabaseProjectNode Members

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