'Declaration Protected Overrides Sub OnPreviewKeyDown( _ ByVal e As KeyEventArgs _ )
'Usage Dim instance As PropertyGrid Dim e As KeyEventArgs instance.OnPreviewKeyDown(e)
protected override void OnPreviewKeyDown( KeyEventArgs e )
Parameters
- e
- The event data.