[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.KeyExitEventHandler

KeyExitEventHandler Delegate

Represents the method that handles the KeyExit event of a control.

Namespace: GrapeCity.Win.Spread.InputMan.CellType
Assembly: GrapeCity.Win.PluginInputMan.dll
Syntax
public delegate void KeyExitEventHandler(object sender, KeyExitEventArgs e)
Public Delegate Sub KeyExitEventHandler(sender As Object, e As KeyExitEventArgs)
Parameters
Type Name Description
object sender

The source of the event.

KeyExitEventArgs e

A KeyExitEventArgs that contains the event data.