Click or drag to resize

DocumentDocumentChangeEventArgs Class

The type of event raised when a Document changes. This event is not raised in response to local Document changes.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Couchbase.LiteDocumentDocumentChangeEventArgs

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public class DocumentChangeEventArgs : EventArgs

The DocumentDocumentChangeEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodDocumentDocumentChangeEventArgs
Initializes a new instance of the DocumentDocumentChangeEventArgs class
Top
Properties
  NameDescription
Public propertyChange
Gets the details of the change.
Public propertySource
Gets the Document that raised the event.
Top
See Also