Skip to main content

MapVisualItem.PointerPressed Event

Occurs when a mouse pointer hovers over the MapVisualItem, and the left mouse button has been pressed.

Namespace: DevExpress.UI.Xaml.Map

Assembly: DevExpress.UI.Xaml.Map.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public event PointerEventHandler PointerPressed

Event Data

The PointerPressed event's data class is Windows.UI.Xaml.Input.PointerRoutedEventArgs.

See Also