Firebase. Database. ValueChangedEventArgs
Event arguments passed with the Query.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
DatabaseError DatabaseError
Gets the database error if one exists.
The database error.
Snapshot
DataSnapshot Snapshot
Gets the snapshot for this value update event if it exists.
The snapshot.