ClassDrillDownCompletedEventArgs
Class
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
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
Result
The result of an underlying data extraction operation.