Class
GetDescriptionsDataCompletedEventArgs

Provides data for the GetDescriptionsDataAsyncCompleted event.

Definition

Namespace:Telerik.Pivot.Core.Fields

Assembly:Telerik.Pivot.Core.dll

Syntax:

cs-api-definition
public class GetDescriptionsDataCompletedEventArgs : EventArgs

Inheritance: objectEventArgsGetDescriptionsDataCompletedEventArgs

Inherited Members EventArgs.Empty

Constructors

GetDescriptionsDataCompletedEventArgs(Exception, object, IFieldInfoData)

Initializes a new instance of the GetDescriptionsDataCompletedEventArgs class.

Declaration

cs-api-definition
public GetDescriptionsDataCompletedEventArgs(Exception error, object userState, IFieldInfoData data)

Parameters

error

Exception

userState

object

data

IFieldInfoData

Properties

DescriptionsData

Provides information about available fields/properties.

Declaration

cs-api-definition
public IFieldInfoData DescriptionsData { get; }

Property Value

IFieldInfoData

Error

Gets a value indicating which error occurred during an operation.

Declaration

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

Property Value

Exception

The error.

State

Gets the unique identifier for the asynchronous operation.

Declaration

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

Property Value

object

Identifier.