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)
'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>
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
IDatabaseProjectNode Interface
Microsoft.VisualStudio.Data.Schema.Project.Project Namespace