共用方式為


SchemaCompareScriptService.SyncCanceledEvent 事件

發生於呼叫 Cancel 方法或 RaiseSyncCanceledEvent 方法時。

命名空間:  Microsoft.Data.Schema.Tools.Compare.Schema
組件:  Microsoft.Data.Schema.Tools (在 Microsoft.Data.Schema.Tools.dll 中)

語法

'宣告
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 不支援事件。

.NET Framework 安全性

請參閱

參考

SchemaCompareScriptService 類別

Microsoft.Data.Schema.Tools.Compare.Schema 命名空間

Cancel

RaiseSyncCanceledEvent