New to Telerik UI for WinFormsStart a free 30-day trial

Provides data for the GetDescriptionsDataAsyncCompleted event.

Definition

Namespace:Telerik.Pivot.Core.Fields

Assembly:Telerik.WinControls.PivotGrid.dll

Syntax:

C#
public class GetDescriptionsDataCompletedEventArgs : EventArgs

Inheritance: objectEventArgsGetDescriptionsDataCompletedEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the GetDescriptionsDataCompletedEventArgs class.

C#
public GetDescriptionsDataCompletedEventArgs(Exception error, object userState, IFieldInfoData data)
Parameters:errorExceptionuserStateobjectdataIFieldInfoData

Properties

Provides information about available fields/properties.

C#
public IFieldInfoData DescriptionsData { get; }

Gets a value indicating which error occurred during an operation.

C#
public Exception Error { get; }
Property Value:

The error.

Gets the unique identifier for the asynchronous operation.

C#
public object State { get; }
Property Value:

Identifier.