New to Telerik UI for WPFStart a free 30-day trial

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 EventArgs.Empty

Constructors

C#
public EditEndedEventArgs()

Properties

Gets the edited CellAggregateValue.

C#
public CellAggregateValue CellAggregate { get; }

Gets the edited value.

C#
public object EditValue { get; }