SchemaModelViewerControllerBase.OnDatabaseSchemaViewShown Method
Handles the Schema View shown event.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Protected Overridable Sub OnDatabaseSchemaViewShown ( _
args As SchemaModelViewerShownEventArgs _
)
protected virtual void OnDatabaseSchemaViewShown(
SchemaModelViewerShownEventArgs args
)
protected:
virtual void OnDatabaseSchemaViewShown(
SchemaModelViewerShownEventArgs^ args
)
abstract OnDatabaseSchemaViewShown :
args:SchemaModelViewerShownEventArgs -> unit
override OnDatabaseSchemaViewShown :
args:SchemaModelViewerShownEventArgs -> unit
protected function OnDatabaseSchemaViewShown(
args : SchemaModelViewerShownEventArgs
)
Parameters
- args
Type: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaModelViewerShownEventArgs
Contains data about this event.
.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
SchemaModelViewerControllerBase Class
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer Namespace