Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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