다음을 통해 공유


SqlCeClientSyncProvider.ApplyingChanges 이벤트

클라이언트의 동기화 그룹에 변경 내용이 적용되기 전에 발생합니다.

네임스페이스: Microsoft.Synchronization.Data.SqlServerCe
어셈블리: microsoft.synchronization.data.sqlserverce.dll의 Microsoft.Synchronization.Data.SqlServerCe

구문

‘선언
Public Event ApplyingChanges As EventHandler(Of ApplyingChangesEventArgs)
‘사용 방법
Dim instance As SqlCeClientSyncProvider
Dim handler As EventHandler(Of ApplyingChangesEventArgs)

AddHandler instance.ApplyingChanges, handler
public event EventHandler<ApplyingChangesEventArgs> ApplyingChanges
public:
event EventHandler<ApplyingChangesEventArgs^>^ ApplyingChanges {
    void add (EventHandler<ApplyingChangesEventArgs^>^ value);
    void remove (EventHandler<ApplyingChangesEventArgs^>^ value);
}
/** @event */
public void add_ApplyingChanges (EventHandler<ApplyingChangesEventArgs> value)

/** @event */
public void remove_ApplyingChanges (EventHandler<ApplyingChangesEventArgs> value)
JScript supports the use of events, but not the declaration of new ones.

참고 항목

참조

SqlCeClientSyncProvider 클래스
SqlCeClientSyncProvider 멤버
Microsoft.Synchronization.Data.SqlServerCe 네임스페이스