Class
DrillDownCompletedEventArgs

Signals a drill down operation has completed, been canceled or an error occurred.

Definition

Namespace:Telerik.Pivot.Core.DrillDown

Assembly:Telerik.Pivot.Core.dll

Syntax:

cs-api-definition
public class DrillDownCompletedEventArgs : EventArgs

Inheritance: objectEventArgsDrillDownCompletedEventArgs

Inherited Members EventArgs.Empty

Properties

InnerExceptions

A read-only collection of any Exceptions thrown during underlying data extraction.

Declaration

cs-api-definition
public ReadOnlyCollection<Exception> InnerExceptions { get; }

Property Value

ReadOnlyCollection<Exception>

Result

The result of an underlying data extraction operation.

Declaration

cs-api-definition
public IEnumerable Result { get; }

Property Value

IEnumerable

In this article
DefinitionPropertiesInnerExceptionsResult
Not finding the help you need?
Contact Support