ClassGetDescriptionsDataCompletedEventArgs
Class
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
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
userState
data
Properties
DescriptionsData
Provides information about available fields/properties.
Declaration
cs-api-definition
public IFieldInfoData DescriptionsData { get; }
Property Value
Error
Gets a value indicating which error occurred during an operation.