The QueryResult type exposes the following events.

Events

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
BeginAggMarkEvent
Sent when the aggregate result set may be in flux
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.
EndAggMarkEvent
Sent when the aggregate result set sent since the last BeginAggMarkEvent is consistent and will not change until the next BeginAggMarkEvent
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.

See Also