New to Telerik UI for WPFStart a free 30-day trial

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)
Parameters:senderobject

The VirtualizationLayer Layer instance.

eventArgsBackgroundItemsRequestEventArgs

Request arguments.