Visual Basic: RDO Data Control

QueryCompleted Event (Remote Data)

See Also    Example    Applies To

Occurs after the query of an rdoResultset generated by a RemoteData Control returns the first result set.

Syntax

Private Subobject**.QueryCompleted ([index As Integer])**

The QueryCompleted event syntax has these parts:

Part Description
object An object expression that evaluates to an object in the Applies To list.
index Identifies the control if it's in a control array.

Remarks

When a RemoteData control completes the creation of an rdoResultset, the QueryCompleted event is fired. This event is not triggered if you execute the Cancel method which terminates processing of the query before the query has been completed.

This event fires for both asynchronous and synchronous query operations.