Maps for WinRT
Holding Event (C1MapItemsLayer)


Syntax
'Declaration
 
Public Event Holding As HoldingEventHandler
'Usage
 
Dim instance As C1MapItemsLayer
Dim handler As HoldingEventHandler
 
AddHandler instance.Holding, handler
public event HoldingEventHandler Holding
Event Data

The event handler receives an argument of type HoldingRoutedEventArgs containing data related to this event. The following HoldingRoutedEventArgs 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.  
HoldingStateGets the underlying HoldingState for the interaction  
OriginalSource (Inherited from Windows.UI.Xaml.RoutedEventArgs)
PointerDeviceTypeGets the PointerDeviceType for the pointer device that initiated the associated input event.  
See Also

Reference

C1MapItemsLayer Class
C1MapItemsLayer Members

 

 


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

Product Support Forum  |  Documentation Feedback