ActiveDatabaseSoftware.ActiveQueryBuilder.Web.Control Namespace > QueryBuilderControl Class : QueryParamValuesChanged Event |
'Declaration Public Event QueryParamValuesChanged As QueryParamValuesChangedHandler
'Usage Dim instance As QueryBuilderControl Dim handler As QueryParamValuesChangedHandler AddHandler instance.QueryParamValuesChanged, handler
public event QueryParamValuesChangedHandler QueryParamValuesChanged
public: __event QueryParamValuesChangedHandler* QueryParamValuesChanged
This event is used as a part of solution of requesting the query parameter values from the user in order to execute the query.
This task is illustrated in the Query Results demo project that included in the installation package. Below are the step to take in order to cope with this task.