Class
EditEndedEventArgs

Event arguments that indicate a change in an edited CellAggregateValue.

Definition

Namespace:Telerik.Windows.Controls.Pivot

Assembly:Telerik.Windows.Controls.Pivot.dll

Syntax:

cs-api-definition
public class EditEndedEventArgs : EventArgs

Inheritance: objectEventArgsEditEndedEventArgs

Inherited Members EventArgs.Empty

Constructors

EditEndedEventArgs()

Declaration

cs-api-definition
public EditEndedEventArgs()

Properties

CellAggregate

Gets the edited CellAggregateValue.

Declaration

cs-api-definition
public CellAggregateValue CellAggregate { get; }

Property Value

CellAggregateValue

EditValue

Gets the edited value.

Declaration

cs-api-definition
public object EditValue { get; }

Property Value

object