AdHocSQL_KeyUp(Object, KeyEventArgs) Method
needed together with KeyPreview=True on form to simulate ESC canceling the form and catching this successfully (preventing closing when canceling an ongoing sql-command)
Namespace: DBaddinAssembly: DBaddin in (DBaddin.dll)
Syntax
private void AdHocSQL_KeyUp( object sender, KeyEventArgs e )
Parameters
- sender
- Type: Object
- e
- Type: KeyEventArgs