[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2021-06-17 UTC."],[],[],null,["# Firebase.Database.ChildChangedEventArgs Class Reference\n\nFirebase.Database.ChildChangedEventArgs\n=======================================\n\nChild changed event arguments.\n\nSummary\n-------\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\n### Inheritance\n\nInherits from: EventArgs\n\n| ### Properties ||\n|-------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [DatabaseError](#class_firebase_1_1_database_1_1_child_changed_event_args_1a7d83985f5b3f11b26bc3d27e61f544a0) | [DatabaseError](/docs/reference/unity/class/firebase/database/database-error#class_firebase_1_1_database_1_1_database_error) The 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| [PreviousChildName](#class_firebase_1_1_database_1_1_child_changed_event_args_1af625f907b296fdbeeecc85068337540b) | `string` The key name of sibling location ordered before the new child. |\n| [Snapshot](#class_firebase_1_1_database_1_1_child_changed_event_args_1ad9f6609681e00bc3e28b30e4e799e35d) | [DataSnapshot](/docs/reference/unity/class/firebase/database/data-snapshot#class_firebase_1_1_database_1_1_data_snapshot) Gets the data snapshot for this update if it exists. |\n\nProperties\n----------\n\n### DatabaseError\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\n### PreviousChildName\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\n### Snapshot\n\n```c#\nDataSnapshot Snapshot\n``` \nGets the data snapshot for this update if it exists.\n\nThe snapshot."]]