Class
MapShapeOperationEventArgs

Represents arguments of the operation on the map shape (create or remove shape visualization).

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class MapShapeOperationEventArgs : EventArgs

Inheritance: objectEventArgsMapShapeOperationEventArgs

Inherited Members EventArgs.Empty

Constructors

MapShapeOperationEventArgs(MapShapeData, MapShapeBindableWrapper, FrameworkElement)

Initializes a new instance of the MapShapeOperationEventArgs class.

Declaration

cs-api-definition
public MapShapeOperationEventArgs(MapShapeData data, MapShapeBindableWrapper wrapper, FrameworkElement visualization)

Parameters

data

MapShapeData

Map shape data.

wrapper

MapShapeBindableWrapper

Map shape wrapper which supports data binding.

visualization

FrameworkElement

Map shape visualization.

Properties

Data

Gets map shape data object.

Declaration

cs-api-definition
public MapShapeData Data { get; }

Property Value

MapShapeData

Visualization

Gets map shape visualization object.

Declaration

cs-api-definition
public FrameworkElement Visualization { get; }

Property Value

FrameworkElement

Wrapper

Gets map shape wrapper which supports data binding.

Declaration

cs-api-definition
public MapShapeBindableWrapper Wrapper { get; }

Property Value

MapShapeBindableWrapper