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
Constructors
Initializes a new instance of the GetDescriptionsDataCompletedEventArgs class.
C#
public GetDescriptionsDataCompletedEventArgs(Exception error, object userState, IFieldInfoData data)
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; }
The error.