Maps for WinRT
PointerReleased Event (C1VectorItemBase)


Occurs when the pointer device that previously initiated a Press action is released, while within this element.
Syntax
'Declaration
 
Public Shadows Event PointerReleased As PointerEventHandler
'Usage
 
Dim instance As C1VectorItemBase
Dim handler As PointerEventHandler
 
AddHandler instance.PointerReleased, handler
public new event PointerEventHandler PointerReleased
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
HandledGets or sets a value that marks the routed event as handled, and prevents most handlers along the event route from handling the same event again.  
KeyModifiersGets a value that indicates which key modifiers were active at the time that the pointer event was initiated.  
OriginalSource (Inherited from Windows.UI.Xaml.RoutedEventArgs)
PointerGets a reference to a pointer token.  
Remarks
This event overrides Windows.UI.Xaml.UIElement's PointerReleased in order to allow handlers to prevent the default behavior of a release action.
See Also

Reference

C1VectorItemBase Class
C1VectorItemBase Members

 

 


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

Product Support Forum  |  Documentation Feedback