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