ClassEditEndedEventArgs
Class
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
Constructors
EditEndedEventArgs()
Declaration
cs-api-definition
public EditEndedEventArgs()
Properties
CellAggregate
Gets the edited CellAggregateValue.
Declaration
cs-api-definition
public CellAggregateValue CellAggregate { get; }
Property Value