Class ReadShapeDataCompletedEventArgs
Represents the ReadShapeDataCompletedEventArgs class.
Inheritance
System.Object
System.EventArgs
ReadShapeDataCompletedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class ReadShapeDataCompletedEventArgs : EventArgs
Constructors
ReadShapeDataCompletedEventArgs()
Declaration
public ReadShapeDataCompletedEventArgs()
Properties
Canceled
Gets a value that indicates whether an asynchronous operation has been canceled.
Declaration
public bool Canceled { get; }
Property Value
System.Boolean
|
Error
Gets the exception.
Declaration
public Exception Error { get; }
Property Value
System.Exception
|
UserState
Gets the user-defined object which could be set for ReadAsync method.
Declaration
public object UserState { get; }
Property Value
System.Object
|