Class
ReadShapeDataCompletedEventArgs

Represents the ReadShapeDataCompletedEventArgs class.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class ReadShapeDataCompletedEventArgs : EventArgs

Inheritance: objectEventArgsReadShapeDataCompletedEventArgs

Derived Classes: PreviewReadShapeDataCompletedEventArgs

Inherited Members EventArgs.Empty

Constructors

ReadShapeDataCompletedEventArgs()

Declaration

cs-api-definition
public ReadShapeDataCompletedEventArgs()

Properties

Canceled

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

Declaration

cs-api-definition
public bool Canceled { get; }

Property Value

bool

Error

Gets the exception.

Declaration

cs-api-definition
public Exception Error { get; }

Property Value

Exception

UserState

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

Declaration

cs-api-definition
public object UserState { get; }

Property Value

object