|
ImageBoxOnPreviewKeyDown Method
|
Raises the PreviewKeyDown event.
Namespace:
Accord.Controls
Assembly:
Accord.Controls.Imaging (in Accord.Controls.Imaging.dll) Version: 3.8.0
Syntax protected override void OnPreviewKeyDown(
PreviewKeyDownEventArgs e
)
Protected Overrides Sub OnPreviewKeyDown (
e As PreviewKeyDownEventArgs
)
Request Example
View SourceParameters
- e
- Type: System.Windows.FormsPreviewKeyDownEventArgs
See Also