Class EditEndedEventArgs
Event arguments that indicate a change in an edited CellAggregateValue.
Inheritance
System.Object
EditEndedEventArgs
Namespace: Telerik.Windows.Controls.Pivot
Assembly: Telerik.Windows.Controls.Pivot.dll
Syntax
public class EditEndedEventArgs : EventArgs
Constructors
EditEndedEventArgs()
Declaration
public EditEndedEventArgs()
Properties
CellAggregate
Gets the edited CellAggregateValue.
Declaration
public CellAggregateValue CellAggregate { get; }
Property Value
CellAggregateValue
|
EditValue
Gets the edited value.
Declaration
public object EditValue { get; }
Property Value
System.Object
|