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

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:

C#
public class MapShapeOperationEventArgs : EventArgs

Inheritance: objectEventArgsMapShapeOperationEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the MapShapeOperationEventArgs class.

C#
public MapShapeOperationEventArgs(MapShapeData data, MapShapeBindableWrapper wrapper, FrameworkElement visualization)
Parameters:dataMapShapeData

Map shape data.

wrapperMapShapeBindableWrapper

Map shape wrapper which supports data binding.

visualizationFrameworkElement

Map shape visualization.

Properties

Gets map shape data object.

C#
public MapShapeData Data { get; }

Visualization

FrameworkElement

Gets map shape visualization object.

C#
public FrameworkElement Visualization { get; }

Gets map shape wrapper which supports data binding.

C#
public MapShapeBindableWrapper Wrapper { get; }