IDatabaseProjectNode.ProjectLoaded Event
Raised after the project is loaded.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Event ProjectLoaded As EventHandler(Of ProjectLoadedEventArgs)
event EventHandler<ProjectLoadedEventArgs> ProjectLoaded
event EventHandler<ProjectLoadedEventArgs^>^ ProjectLoaded {
void add (EventHandler<ProjectLoadedEventArgs^>^ value);
void remove (EventHandler<ProjectLoadedEventArgs^>^ value);
}
abstract ProjectLoaded : IEvent<EventHandler<ProjectLoadedEventArgs>,
ProjectLoadedEventArgs>
JScript does not support events.
Remarks
This event might occur sometime after the project-opened event, depending on the size and complexity of your .dbmdl file. The .dbmdl file contains the project state when the project was last closed.
.NET Framework Security
- 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.
See Also
Reference
IDatabaseProjectNode Interface
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace