Class EditEndedEventArgs
Event arguments that indicate a change in an edited CellAggregateValue.
Inheritance
System.Object
System.EventArgs
EditEndedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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
|