ClassPreviewReadShapeDataCompletedEventArgs
Class
Represents the PreviewReadShapeDataCompletedEventArgs class.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
public class PreviewReadShapeDataCompletedEventArgs : ReadShapeDataCompletedEventArgs
Inheritance: objectEventArgsReadShapeDataCompletedEventArgsPreviewReadShapeDataCompletedEventArgs
Inherited Members
Constructors
PreviewReadShapeDataCompletedEventArgs()
Declaration
cs-api-definition
public PreviewReadShapeDataCompletedEventArgs()
Properties
Items
Gets the list of read items.
Declaration
cs-api-definition
public List<ExtendedDataProvider> Items { get; }
Property Value