Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Raised when the Schema View is initialized.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Event DatabaseSchemaViewInitialized As EventHandler(Of SchemaModelViewerInitializedEventArgs)
public event EventHandler<SchemaModelViewerInitializedEventArgs> DatabaseSchemaViewInitialized
public:
event EventHandler<SchemaModelViewerInitializedEventArgs^>^ DatabaseSchemaViewInitialized {
void add (EventHandler<SchemaModelViewerInitializedEventArgs^>^ value);
void remove (EventHandler<SchemaModelViewerInitializedEventArgs^>^ value);
}
member DatabaseSchemaViewInitialized : IEvent<EventHandler<SchemaModelViewerInitializedEventArgs>,
SchemaModelViewerInitializedEventArgs>
JScript does not support events.
.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
SchemaModelViewerService Class
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer Namespace