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
Constructors
Initializes a new instance of the MapShapeOperationEventArgs class.
C#
public MapShapeOperationEventArgs(MapShapeData data, MapShapeBindableWrapper wrapper, FrameworkElement visualization)
Map shape data.
wrapperMapShapeBindableWrapperMap shape wrapper which supports data binding.
visualizationFrameworkElementMap 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; }