Class DocumentChangedEventArgs
The arguments for the AddDocumentChangeListener(String, EventHandler<DocumentChangedEventArgs>) event
Inheritance
System.Object
System.EventArgs
DocumentChangedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Couchbase.Lite
Assembly: Couchbase.Lite.dll
Syntax
public sealed class DocumentChangedEventArgs : EventArgs
Properties
| Improve this Doc View SourceCollection
The source of the document that changed
Declaration
public Collection Collection { get; }
Property Value
Type | Description |
---|---|
Collection |
Database
[DEPRECATED] The source of the document that changed
Declaration
[Obsolete("Database is deprecated, please use Collection property instead")]
public Database Database { get; }
Property Value
Type | Description |
---|---|
Database |
DocumentID
The ID of the document that changed
Declaration
public string DocumentID { get; }
Property Value
Type | Description |
---|---|
System.String |