Class
MapMouseRoutedEventArgs

Represents the MapMouseRoutedEventArgs class.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class MapMouseRoutedEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsMapMouseRoutedEventArgs

Constructors

MapMouseRoutedEventArgs(Location)

Initializes a new instance of the MapMouseRoutedEventArgs class.

Declaration

cs-api-definition
public MapMouseRoutedEventArgs(Location mouseLocation)

Parameters

mouseLocation

Location

Mouse location.

MapMouseRoutedEventArgs(Location, RoutedEvent)

Initializes a new instance of the MapMouseRoutedEventArgs class.

Declaration

cs-api-definition
public MapMouseRoutedEventArgs(Location mouseLocation, RoutedEvent routedEvent)

Parameters

mouseLocation

Location

Mouse location.

routedEvent

RoutedEvent

RoutedEvent object.

Properties

Location

Gets location of the mouse.

Declaration

cs-api-definition
public Location Location { get; }

Property Value

Location