Class MapShapeOperationEventArgs
Represents arguments of the operation on the map shape (create or remove shape visualization).
Inheritance
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class MapShapeOperationEventArgs : EventArgs
Constructors
MapShapeOperationEventArgs(MapShapeData, MapShapeBindableWrapper, FrameworkElement)
Initializes a new instance of the MapShapeOperationEventArgs class.
Declaration
public MapShapeOperationEventArgs(MapShapeData data, MapShapeBindableWrapper wrapper, FrameworkElement visualization)
Parameters
Map Map shape data. |
Map Map shape wrapper which supports data binding. |
System. Map shape visualization. |
Properties
Data
Gets map shape data object.
Declaration
public MapShapeData Data { get; }
Property Value
Visualization
Gets map shape visualization object.
Declaration
public FrameworkElement Visualization { get; }
Property Value
System.
|
Wrapper
Gets map shape wrapper which supports data binding.
Declaration
public MapShapeBindableWrapper Wrapper { get; }