Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / KeyExitEventArgs Class / KeyExitEventArgs Constructor
An ExitKeys value that indicates which key caused the KeyExit event.


In This Topic
KeyExitEventArgs Constructor
In This Topic
Initializes a new instance of the KeyExitEventArgs class using the specified ExitKeys.
Syntax
'Declaration
 
Public Function New( _
   ByVal key As ExitKeys _
)
 
'Usage
 
Dim key As ExitKeys
 
Dim instance As New KeyExitEventArgs(key)

Parameters

key
An ExitKeys value that indicates which key caused the KeyExit event.
See Also