[[["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.ValueChangedEventArgs Class Reference\n\nFirebase.Database.ValueChangedEventArgs\n=======================================\n\nEvent arguments passed with the [Query.ValueChanged](/docs/reference/unity/class/firebase/database/query#class_firebase_1_1_database_1_1_query_1a80a78f3505955b9ed2583dc2f14cf739) Event.\n\nSummary\n-------\n\n### Inheritance\n\nInherits from: EventArgs\n\n| ### Properties ||\n|---------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [DatabaseError](#class_firebase_1_1_database_1_1_value_changed_event_args_1ab9520db2942feab628f8aabff2559750) | [DatabaseError](/docs/reference/unity/class/firebase/database/database-error#class_firebase_1_1_database_1_1_database_error) Gets the database error if one exists. |\n| [Snapshot](#class_firebase_1_1_database_1_1_value_changed_event_args_1abcf8e1e5d371d9fcca33e068e7f9f284) | [DataSnapshot](/docs/reference/unity/class/firebase/database/data-snapshot#class_firebase_1_1_database_1_1_data_snapshot) Gets the snapshot for this value update event if it exists. |\n\nProperties\n----------\n\n### DatabaseError\n\n```c#\nDatabaseError DatabaseError\n``` \nGets the database error if one exists.\n\nThe database error. \n\n### Snapshot\n\n```c#\nDataSnapshot Snapshot\n``` \nGets the snapshot for this value update event if it exists.\n\nThe snapshot."]]