Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
When overridden in a derived class, raises the ChangeDetectionCompleted event.
Namespace: Microsoft.Synchronization.SimpleProviders
Assembly: Microsoft.Synchronization.SimpleProviders (in Microsoft.Synchronization.SimpleProviders.dll)
Syntax
'Declaration
Public Overridable Sub OnChangeDetectionCompleted ( _
args As ChangeDetectionCompletedEventArgs _
)
'Usage
Dim instance As SimpleSyncProvider
Dim args As ChangeDetectionCompletedEventArgs
instance.OnChangeDetectionCompleted(args)
public virtual void OnChangeDetectionCompleted(
ChangeDetectionCompletedEventArgs args
)
public:
virtual void OnChangeDetectionCompleted(
ChangeDetectionCompletedEventArgs^ args
)
abstract OnChangeDetectionCompleted :
args:ChangeDetectionCompletedEventArgs -> unit
override OnChangeDetectionCompleted :
args:ChangeDetectionCompletedEventArgs -> unit
public function OnChangeDetectionCompleted(
args : ChangeDetectionCompletedEventArgs
)
Parameters
- args
Type: Microsoft.Synchronization.SimpleProviders.ChangeDetectionCompletedEventArgs
A ChangeDetectionCompletedEventArgs object that contains event data.