Class DrillDownCompletedEventArgs
Signals a drill down operation has completed, been canceled or an error occurred.
Inheritance
System.Object
DrillDownCompletedEventArgs
Namespace: Telerik.Pivot.Core.DrillDown
Assembly: Telerik.Pivot.Core.dll
Syntax
public class DrillDownCompletedEventArgs : EventArgs
Properties
InnerExceptions
A read-only collection of any Exceptions thrown during underlying data extraction.
Declaration
public ReadOnlyCollection<Exception> InnerExceptions { get; }
Property Value
System.Collections.ObjectModel.ReadOnlyCollection<System.Exception>
|
Result
The result of an underlying data extraction operation.
Declaration
public IEnumerable Result { get; }
Property Value
System.Collections.IEnumerable
|