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