Class GetDescriptionsDataCompletedEventArgs
Provides data for the Get
Inheritance
Namespace: Telerik.Pivot.Core.Fields
Assembly: Telerik.Pivot.Core.dll
Syntax
public class GetDescriptionsDataCompletedEventArgs : EventArgs
Constructors
GetDescriptionsDataCompletedEventArgs(Exception, Object, IFieldInfoData)
Initializes a new instance of the Get
Declaration
public GetDescriptionsDataCompletedEventArgs(Exception error, object userState, IFieldInfoData data)
Parameters
System.
|
System.
|
IField
|
Properties
DescriptionsData
Provides information about available fields/properties.
Declaration
public IFieldInfoData DescriptionsData { get; }
Property Value
Error
Gets a value indicating which error occurred during an operation.
Declaration
public Exception Error { get; }
Property Value
System. The error. |
State
Gets the unique identifier for the asynchronous operation.
Declaration
public object State { get; }
Property Value
System. Identifier. |