Click or drag to resize

DocumentSavedEventArgs Class

Arguments for the Saved event
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Couchbase.LiteDocumentSavedEventArgs

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0033
Syntax
C#
public sealed class DocumentSavedEventArgs : EventArgs

The DocumentSavedEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyIsExternal
Gets whether or not another object triggered this event
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also