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