Class
MapMouseRoutedEventArgs

Represents the MapMouseRoutedEventArgs class.

Definition

Namespace:Telerik.UI.Xaml.Controls.DataVisualization.Map

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class MapMouseRoutedEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsMapMouseRoutedEventArgs

Inherited Members RadRoutedEventArgs.InvokeEventHandler(Delegate, object)RadRoutedEventArgs.OnSetSource(object)RadRoutedEventArgs.RoutedEventRadRoutedEventArgs.SourceRadRoutedEventArgs.HandledRadRoutedEventArgs.OriginalSource

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