IMapVirtualizationSource
Interface
The classes which provides data for the Virtualization Layer must implement this interface.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public interface IMapVirtualizationSource
Methods
Background data request event handler for the VirtualizationLayer Layer.
C#
void BackgroundItemsRequest(object sender, BackgroundItemsRequestEventArgs eventArgs)
The VirtualizationLayer Layer instance.
eventArgsBackgroundItemsRequestEventArgsRequest arguments.