'Declaration Protected Overrides Sub OnKeyDown( _ ByVal e As KeyEventArgs _ )
'Usage Dim instance As MaterialComboBox Dim e As KeyEventArgs instance.OnKeyDown(e)
protected override void OnKeyDown( KeyEventArgs e )
Parameters
- e
- A KeyEventArgs that contains the event data.