VirtualADOObject.__DataSetNewQueryNotify


public virtual __DataSetNewQueryNotify

Prototype:

public function __DataSetNewQueryNotify(Sender);

Parameters

Sender
the DataSet

Description:

This is called when the ADODataSet stored by the DataSet property changes its contents (new query is executed).

Return value:

This function returns null.