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

Represents arguments of the ItemsRequestEvent class.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public class ItemsRequestEventArgs

Inheritance: objectItemsRequestEventArgs

Properties

The DynamicLayer instance.

C#
public DynamicLayer Layer { get; }

Lower right coordinate.

C#
public Location LowerRight { get; }

Maximal zoom.

C#
public double MaxZoom { get; }

Minimal zoom.

C#
public double MinZoom { get; }

Upper left coordinate.

C#
public Location UpperLeft { get; }

Methods

Completes dynamic items request, adds items to the dynamic layer.

C#
public void CompleteItemsRequest(IEnumerable<object> items)
Parameters:itemsIEnumerable<object>

Returned items.