Class GetDescriptionsDataCompletedEventArgs
Provides data for the GetDescriptionsDataAsyncCompleted event.
Inheritance
Inherited Members
Namespace: Telerik.Pivot.Core.Fields
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public class GetDescriptionsDataCompletedEventArgs : EventArgs
  Constructors
GetDescriptionsDataCompletedEventArgs(Exception, Object, IFieldInfoData)
Initializes a new instance of the GetDescriptionsDataCompletedEventArgs class.
Declaration
public GetDescriptionsDataCompletedEventArgs(Exception error, object userState, IFieldInfoData data)
  Parameters
| 
        System.Exception
        error
         
  | 
    
| 
        System.Object
        userState
         
  | 
    
| 
        IFieldInfoData
        data
         
  | 
    
Properties
DescriptionsData
Provides information about available fields/properties.
Declaration
public IFieldInfoData DescriptionsData { get; }
  Property Value
| 
        IFieldInfoData
         
  | 
    
Error
Gets a value indicating which error occurred during an operation.
Declaration
public Exception Error { get; }
  Property Value
| 
        System.Exception
         The error.  | 
    
State
Gets the unique identifier for the asynchronous operation.
Declaration
public object State { get; }
  Property Value
| 
        System.Object
         Identifier.  |