ComponentOne Maps for UWP
Holding Event (C1VectorLayer)

C1.UWP.Maps Assembly > C1.Xaml.Maps Namespace > C1VectorLayer Class : Holding Event
Syntax
'Declaration
 
Public Event Holding As HoldingEventHandler
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
 
 
(Inherited from Windows.UI.Xaml.RoutedEventArgs)
 
See Also