Click or drag to resize

IReplicationStatusChanged Event

An event that fires when the replication's status changes

Namespace:  Couchbase.Lite.Sync
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0074
Syntax
C#
event EventHandler<ReplicationStatusChangedEventArgs> StatusChanged

Value

Type: SystemEventHandlerReplicationStatusChangedEventArgs
See Also