GdPicture.NET.14
GdPicture14 Namespace / ThumbnailEx Class / KeyPress Event





In This Topic
KeyPress Event
In This Topic
Syntax
'Declaration
 
Public Event KeyPress As KeyPressEventHandler
public event KeyPressEventHandler KeyPress
public event KeyPress: KeyPressEventHandler; 
In JScript, you can handle the events defined by another class, but you cannot define your own.
public: __event KeyPressEventHandler* KeyPress
public:
event KeyPressEventHandler^ KeyPress
See Also