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

Represents the ReadShapeDataCompletedEventArgs class.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public class ReadShapeDataCompletedEventArgs : EventArgs

Inheritance: objectEventArgsReadShapeDataCompletedEventArgs

Derived Classes: PreviewReadShapeDataCompletedEventArgs

Inherited Members EventArgs.Empty

Constructors

C#
public ReadShapeDataCompletedEventArgs()

Properties

Gets a value that indicates whether an asynchronous operation has been canceled.

C#
public bool Canceled { get; }

Gets the exception.

C#
public Exception Error { get; }

Gets the user-defined object which could be set for ReadAsync method.

C#
public object UserState { get; }