DekGenius.com
[ Team LiB ] Previous Section Next Section

KeyEventHandlerserializable

System.Windows.Forms (system.windows.forms.dll)delegate

This is the delegate for the Control.KeyDown and Control.KeyUp events.

public delegate void KeyEventHandler(object sender, KeyEventArgs e);

Associated Events

Multiple types

    [ Team LiB ] Previous Section Next Section