New to Telerik UI for WPFStart a free 30-day trial

Represents the MapMouseRoutedEventArgs class.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public class MapMouseRoutedEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsMapMouseRoutedEventArgs

Constructors

Initializes a new instance of the MapMouseRoutedEventArgs class.

C#
public MapMouseRoutedEventArgs(Location mouseLocation, RoutedEvent routedEvent)
Parameters:mouseLocationLocation

Mouse location.

routedEventRoutedEvent

RoutedEvent object.

Initializes a new instance of the MapMouseRoutedEventArgs class.

C#
public MapMouseRoutedEventArgs(Location mouseLocation)
Parameters:mouseLocationLocation

Mouse location.

Properties

Gets location of the mouse.

C#
public Location Location { get; }