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