[]
Represents the method that handles the KeyExit event of a control.
public delegate void KeyExitEventHandler(object sender, KeyExitEventArgs e)
Public Delegate Sub KeyExitEventHandler(sender As Object, e As KeyExitEventArgs)
Type | Name | Description |
---|---|---|
object | sender | The source of the event. |
KeyExitEventArgs | e | A KeyExitEventArgs that contains the event data. |