ComponentOne Maps for UWP
PointerCaptureLost Event (C1VectorItemBase)

C1.UWP.Maps Assembly > C1.Xaml.Maps Namespace > C1VectorItemBase Class : PointerCaptureLost Event
Syntax
'Declaration
 
Public Event PointerCaptureLost As PointerEventHandler
public event PointerEventHandler PointerCaptureLost
Event Data

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

PropertyDescription
 
 
(Inherited from Windows.UI.Xaml.RoutedEventArgs)
 
See Also