C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / FlexPivotGrid Class / CellEditEnding Event

CellEditEnding Event
Syntax
'Declaration
 
Public Event CellEditEnding As EventHandler(Of GridCellEditEventArgs)
 
Event Data

The event handler receives an argument of type C1.WPF.Grid.GridCellEditEventArgs containing data related to this event. The following GridCellEditEventArgs properties provide information specific to this event.

PropertyDescription
(Inherited from C1.WPF.Grid.CancelEventArgs)
 
(Inherited from C1.WPF.Grid.CancelEventArgs)
(Inherited from C1.WPF.Grid.GridCellRangeEventArgs)
(Inherited from C1.WPF.Grid.GridCellRangeEventArgs)
 
See Also