ActiveDatabaseSoftware.ActiveQueryBuilder.Web.Control Namespace > QueryBuilderControl Class : SQLUpdated Event |
'Declaration Public Event SQLUpdated As System.EventHandler
'Usage Dim instance As QueryBuilderControl Dim handler As System.EventHandler AddHandler instance.SQLUpdated, handler
public event System.EventHandler SQLUpdated
public: __event System.EventHandler* SQLUpdated
SQLUpdated event is fired each time the SQL query text is updated, i.e. after successful parsing of the query or after any user's actions with the control that lead to changing of the query text.
Read the QueryBuilder.SQL property or the PlainTextSQLBuilder.SQL property to get the updated SQL query text.
Use the QueryBuilder.QueryStatistics to get the updated information about the query.