Firebase.Database.ValueChangedEventArgs

Event arguments passed with theQuery.ValueChanged Event.

Summary

Inheritance

Inherits from: EventArgs

Properties

DatabaseError
Gets the database error if one exists.
Snapshot
Gets the snapshot for this value update event if it exists.

Properties

DatabaseError

DatabaseErrorDatabaseError

Gets the database error if one exists.

The database error.

Snapshot

DataSnapshotSnapshot

Gets the snapshot for this value update event if it exists.

The snapshot.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2021-06-17 UTC.