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