The EventBasedQueryResult type exposes the following events.
Events
| Member | Description | |
|---|---|---|
| BeginDeleteEvent |
Sent when a BeginDelete message is received from the LiveView server.
(Inherited from QueryResult.) | |
| BeginSnapshotEvent |
Fired when a BeginSnapshot event is received from the LiveView server for this query.
(Inherited from QueryResult.) | |
| EndDeleteEvent |
Sent when an EndDelete message is received from the LiveView server.
(Inherited from QueryResult.) | |
| EndSnapshotEvent |
Fired when an EndSnapshot event is received from the LiveView server for this query.
(Inherited from QueryResult.) | |
| QueryExceptionEvent |
Fired when the LiveView server has sent an exception.
(Inherited from QueryResult.) | |
| TupleAdded |
Sent when a TupleAdded message is received from the LiveView server.
| |
| TupleRemoved |
Sent when a TupleRemoved message is received from the LiveView server.
| |
| TupleUpdated |
Sent when a TupleUpdated message is received from the LiveView server.
|