DekGenius.com
[ Team LiB ] Previous Section Next Section

KeyPressEventHandlerserializable

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

This is the delegate for the Control.KeyPress event.

public delegate void KeyPressEventHandler(object sender, KeyPressEventArgs e);

Associated Events

Multiple types

    [ Team LiB ] Previous Section Next Section