Class DrillDownCompletedEventArgs
Signals a drill down operation has completed, been canceled or an error occurred.
Inheritance
System.Object
System.EventArgs
DrillDownCompletedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Pivot.Core.DrillDown
Assembly: Telerik.WinControls.PivotGrid.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
|