Spread Windows Forms 8.0 Product Documentation
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.
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

Reference

KeyExitEventArgs Class
KeyExitEventArgs Members

 

 


Copyright © GrapeCity, inc. All rights reserved.