다음을 통해 공유


SyncCallbacks.ItemConflicting 이벤트

충돌 해결 정책이 ApplicationDefined로 설정되어 있는 경우 충돌이 감지될 때 발생합니다.

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

구문

‘선언
Public Event ItemConflicting As EventHandler(Of ItemConflictingEventArgs)
‘사용 방법
Dim instance As SyncCallbacks
Dim handler As EventHandler(Of ItemConflictingEventArgs)

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

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

참고 항목

참조

SyncCallbacks 클래스
SyncCallbacks 멤버
Microsoft.Synchronization 네임스페이스