SchemaCompareScriptService.SyncCompletedEvent Event

Returns the event handler for the sync completed event.

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

Syntax

'Declaration
Public Event SyncCompletedEvent As EventHandler(Of StatusEventArgs)
'Usage
Dim instance As SchemaCompareScriptService
Dim handler As EventHandler(Of StatusEventArgs)

AddHandler instance.SyncCompletedEvent, handler
public event EventHandler<StatusEventArgs> SyncCompletedEvent
public:
 event EventHandler<StatusEventArgs^>^ SyncCompletedEvent {
    void add (EventHandler<StatusEventArgs^>^ value);
    void remove (EventHandler<StatusEventArgs^>^ value);
}
JScript does not support events.
member SyncCompletedEvent : IEvent<EventHandler<StatusEventArgs>,
    StatusEventArgs>

.NET Framework Security

See Also

Reference

SchemaCompareScriptService Class

SchemaCompareScriptService Members

Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare.Extensibility Namespace