Spread Windows Forms 12.0 Product Documentation
KeyExitEventArgs Constructor


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.
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)
public KeyExitEventArgs( 
   ExitKeys key
)

Parameters

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

Reference

KeyExitEventArgs Class
KeyExitEventArgs Members