ActiveDatabaseSoftware.ActiveQueryBuilder Namespace > QueryBuilder Class : SleepModeChanged Event |
'Declaration Public Event SleepModeChanged As System.EventHandler
'Usage Dim instance As QueryBuilder Dim handler As System.EventHandler AddHandler instance.SleepModeChanged, handler
public event System.EventHandler SleepModeChanged
public: __event System.EventHandler* SleepModeChanged
The "Sleep mode" allows to suppress parsing errors on unsupported SQL statements (CREATE TABLE, INSERT, UPDATE, DELETE, etc.).
Examine the SleepMode Property to learn if the component is currently in the sleep mode or not.
Use this event to show/hide the visual query builder when the user starts to write an unsupported statement by hand in the text editor.