Stay organized with collections
Save and categorize content based on your preferences.
Firebase.Database.ChildChangedEventArgs
Child changed event arguments.
Summary
This data is sent when any of the following events are raised. Query.ChildAdded , Query.ChildChanged , Query.ChildRemoved , or Query.ChildMoved
Inheritance
Inherits from: EventArgs
Properties
PreviousChildName
string PreviousChildName
The key name of sibling location ordered before the new child.
This will be null for the first child node of a location.
The name of the previous child.
Snapshot
DataSnapshot Snapshot
Gets the data snapshot for this update if it exists.
The snapshot.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-06-17 UTC.
[null,null,["Last updated 2021-06-17 UTC."],[],[],null,["Firebase.Database.ChildChangedEventArgs\n\nChild changed event arguments.\n\nSummary\n\nThis data is sent when any of the following events are raised. [Query.ChildAdded](/docs/reference/unity/class/firebase/database/query#class_firebase_1_1_database_1_1_query_1a6c892241cfe3d3cfa77540d6341a0016) , [Query.ChildChanged](/docs/reference/unity/class/firebase/database/query#class_firebase_1_1_database_1_1_query_1a71e2af7868312246b5da3024bb13204c) , [Query.ChildRemoved](/docs/reference/unity/class/firebase/database/query#class_firebase_1_1_database_1_1_query_1af4ef267bfef07b1969bd1394eb45c428) , or [Query.ChildMoved](/docs/reference/unity/class/firebase/database/query#class_firebase_1_1_database_1_1_query_1ade5832ad58d0b31fd5a649019bb8f2c9)\n\nInheritanceInherits from: EventArgs\n\nProperties \n\nDatabaseError \n\n```c#\nDatabaseError DatabaseError\n``` \nThe presence of a [DatabaseError](/docs/reference/unity/class/firebase/database/database-error#class_firebase_1_1_database_1_1_database_error) indicates that there was an issue subscribing the event to the given [DatabaseReference](/docs/reference/unity/class/firebase/database/database-reference#class_firebase_1_1_database_1_1_database_reference) location.\n\nThe database error. \n\nPreviousChildName \n\n```c#\nstring PreviousChildName\n``` \nThe key name of sibling location ordered before the new child.\n\nThis will be null for the first child node of a location.\n\nThe name of the previous child. \n\nSnapshot \n\n```c#\nDataSnapshot Snapshot\n``` \nGets the data snapshot for this update if it exists.\n\nThe snapshot."]]