DbMaintenanceWindowProcessor..::..DbMaintenanceWindow_PreviewKeyDown Method
Handles the PreviewKeyDown event of the DbMaintenanceWindow control.
Namespace:
RingSoft.DbLookup.Controls.WPFAssembly: RingSoft.DbLookup.Controls.WPF (in RingSoft.DbLookup.Controls.WPF.dll)
Syntax
protected virtual void DbMaintenanceWindow_PreviewKeyDown( Object sender, KeyEventArgs e )
Protected Overridable Sub DbMaintenanceWindow_PreviewKeyDown ( _ sender As Object, _ e As KeyEventArgs _ )
protected: virtual void DbMaintenanceWindow_PreviewKeyDown( Object^ sender, KeyEventArgs^ e )
Parameters
- sender
- Type: Object
The source of the event.
- e
- Type: KeyEventArgs
The KeyEventArgs instance containing the event data.