| DocumentDocumentChangeEventArgs Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Couchbase.Lite
 Syntax
Syntaxpublic class DocumentChangeEventArgs : EventArgs
The DocumentDocumentChangeEventArgs type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | DocumentDocumentChangeEventArgs | Initializes a new instance of the DocumentDocumentChangeEventArgs class | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Change | 
            Gets the details of the change.
             | 
|  | Source | 
            Gets the Document that raised the event.
             | 
 See Also
See Also