EditEndedEventArgs
Class
Event arguments that indicate a change in an edited CellAggregateValue.
Definition
Namespace:Telerik.Windows.Controls.Pivot
Assembly:Telerik.Windows.Controls.Pivot.dll
Syntax:
C#
public class EditEndedEventArgs : EventArgs
Inheritance: objectEventArgsEditEndedEventArgs
Inherited Members
Constructors
C#
public EditEndedEventArgs()
Properties
Gets the edited CellAggregateValue.
C#
public CellAggregateValue CellAggregate { get; }