A base class for various implementations of IFieldDescriptionProvider.
Definition
Namespace:Telerik.Pivot.Core.Fields
Assembly:Telerik.WinControls.PivotGrid.dll
Syntax:
C#
public abstract class FieldDescriptionProviderBase : IFieldDescriptionProvider
Inheritance: objectFieldDescriptionProviderBase
Derived Classes:
Implements:
Constructors
Initializes a new instance of the FieldDescriptionProviderBase class.
C#
protected FieldDescriptionProviderBase()
Properties
Methods
Retrieves information about all available field descriptions. This method does not block the calling thread.
Raise GetDescriptionsDataAsyncCompleted event.
C#
protected virtual void OnDescriptionsDataCompleted(GetDescriptionsDataCompletedEventArgs args)
The event args used to invoke the event.
Events
Occurs when an asynchronous GetDescriptionsData operation completes.
C#
public event EventHandler<GetDescriptionsDataCompletedEventArgs> GetDescriptionsDataAsyncCompleted
Implements: