IDatabaseProjectNode.DataSchemaModelRecycling Event

Called when the schema model is recycling.

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

Syntax

'Declaration
Event DataSchemaModelRecycling As EventHandler(Of DataSchemaModelRecyclingEventArgs)
'Usage
Dim instance As IDatabaseProjectNode
Dim handler As EventHandler(Of DataSchemaModelRecyclingEventArgs)

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

.NET Framework Security

See Also

Reference

IDatabaseProjectNode Interface

IDatabaseProjectNode Members

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