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