SchemaCompareScriptService.SyncCompletedEvent Event
Occurs when the RaiseSyncCompletedEvent method is called.
Namespace: Microsoft.Data.Schema.Tools.Compare.Schema
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Public Event SyncCompletedEvent As EventHandler(Of CompareStatusEventArgs)
public event EventHandler<CompareStatusEventArgs> SyncCompletedEvent
public:
event EventHandler<CompareStatusEventArgs^>^ SyncCompletedEvent {
void add (EventHandler<CompareStatusEventArgs^>^ value);
void remove (EventHandler<CompareStatusEventArgs^>^ value);
}
member SyncCompletedEvent : IEvent<EventHandler<CompareStatusEventArgs>,
CompareStatusEventArgs>
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
SchemaCompareScriptService Class