Maps for WinRT
KeyDown Event (C1VectorPolygon)


Syntax
'Declaration
 
Public Event KeyDown As KeyEventHandler
'Usage
 
Dim instance As C1VectorPolygon
Dim handler As KeyEventHandler
 
AddHandler instance.KeyDown, handler
public event KeyEventHandler KeyDown
Event Data

The event handler receives an argument of type KeyRoutedEventArgs containing data related to this event. The following KeyRoutedEventArgs properties provide information specific to this event.

PropertyDescription
HandledGets or sets a value that marks the routed event as handled. A true value for Handled prevents most handlers along the event route from handling the same event again.  
KeyGets the keyboard key associated with the event.  
KeyStatusGets a structure value that reports various system-detected characteristics of the key press, including repeat count and menu status.  
OriginalSource (Inherited from Windows.UI.Xaml.RoutedEventArgs)
See Also

Reference

C1VectorPolygon Class
C1VectorPolygon Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback