Click or drag to resize

ReplicationChanged Event

Adds or Removed a Database change delegate that will be called whenever the Replication changes.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public event EventHandler<ReplicationChangeEventArgs> Changed

Value

Type: SystemEventHandlerReplicationChangeEventArgs
See Also