ClassMapShapeOperationEventArgs
Class
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
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
Map shape data.
wrapper
Map shape wrapper which supports data binding.
visualization
FrameworkElement
Map shape visualization.
Properties
Data
Gets map shape data object.
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