[[["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\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."]]