Class ReadShapesCompletedEventArgs
Represents the ShapesReadCompletedEventArgs class.
Inheritance
System.Object
System.EventArgs
ReadShapesCompletedEventArgs
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 ReadShapesCompletedEventArgs : EventArgs
Properties
Error
Gets the exception.
Declaration
public Exception Error { get; }
Property Value
System.Exception
|
UserState
Gets the user-defined object which could be set for Read method.
Declaration
public object UserState { get; }
Property Value
System.Object
|