Click or drag to resize

QueryChangeEventArgs Properties

The QueryChangeEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyError
Returns the error, if any, that occured while executing the Query, otherwise null.
Public propertyRows
Gets the results of the Query.
Public propertySource
Gets the LiveQuery that raised the event.
Top
See Also