IDatabaseProjectNode.AsyncModelBuildCompleted Event
Raised when the model build has completed to provide the results from the model building thread.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Event AsyncModelBuildCompleted As EventHandler(Of ModelBuildingCompletedEventArgs)
event EventHandler<ModelBuildingCompletedEventArgs> AsyncModelBuildCompleted
event EventHandler<ModelBuildingCompletedEventArgs^>^ AsyncModelBuildCompleted {
void add (EventHandler<ModelBuildingCompletedEventArgs^>^ value);
void remove (EventHandler<ModelBuildingCompletedEventArgs^>^ value);
}
abstract AsyncModelBuildCompleted : IEvent<EventHandler<ModelBuildingCompletedEventArgs>,
ModelBuildingCompletedEventArgs>
JScript does not support events.
Remarks
You can listen to this event to determine whether exceptions coming from that thread are treated as critical for your database schema provider.
.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