Spread Windows Forms 7.0 Product Documentation
KeyExitEventArgs Constructor
See Also  Support Options
GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > KeyExitEventArgs Class : KeyExitEventArgs Constructor


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

Glossary Item Box

Initializes a new instance of the KeyExitEventArgs class using the specified ExitKeys.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal key As ExitKeys _
)
Visual Basic (Usage)Copy Code
Dim key As ExitKeys
 
Dim instance As New KeyExitEventArgs(key)
C# 
public KeyExitEventArgs( 
   ExitKeys key
)

Parameters

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

Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.