Interface IMapItemsVirtualizationSource
The classes which provides data for the VisualizationLayer Layer must implement this interface.
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public interface IMapItemsVirtualizationSource
Methods
MapItemsRequest(Object, MapItemsRequestEventArgs)
Background data request event handler for the VisualizationLayer Layer.
Declaration
void MapItemsRequest(object sender, MapItemsRequestEventArgs eventArgs)
Parameters
System.Object
sender
The VisualizationLayer Layer instance. |
MapItemsRequestEventArgs
eventArgs
Request arguments. |