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