Share via


SchemaCompareScriptService.SyncCanceledEvent Event

Occurs when either the Cancel method or the RaiseSyncCanceledEvent 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 SyncCanceledEvent As EventHandler(Of CompareStatusEventArgs)
public event EventHandler<CompareStatusEventArgs> SyncCanceledEvent
public:
 event EventHandler<CompareStatusEventArgs^>^ SyncCanceledEvent {
    void add (EventHandler<CompareStatusEventArgs^>^ value);
    void remove (EventHandler<CompareStatusEventArgs^>^ value);
}
member SyncCanceledEvent : IEvent<EventHandler<CompareStatusEventArgs>,
    CompareStatusEventArgs>
JScript does not support events.

.NET Framework Security

See Also

Reference

SchemaCompareScriptService Class

Microsoft.Data.Schema.Tools.Compare.Schema Namespace

Cancel

RaiseSyncCanceledEvent