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; }
Methods
Completes dynamic items request, adds items to the dynamic layer.
C#
public void CompleteItemsRequest(IEnumerable<object> items)
Returned items.