Xuni Product Documentation - Xamarin.Forms
CellEditEnding Event
Occurs before the edit of a cell is committed.
Syntax
public event EventHandler<GridCellEditEventArgs> CellEditEnding
Event Data

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

PropertyDescription
Cancel Gets or sets a value indicating whether the associated event should be canceled. (Inherited from Xuni.Forms.FlexGrid.CancelEventArgs)
Cancelable Gets a value indicating whether the associated event is cancelable. (Inherited from Xuni.Forms.FlexGrid.CancelEventArgs)
CancelEdits Gets a value that determines whether the editing action was canceled.  
CellRange Gets the cell range. (Inherited from Xuni.Forms.FlexGrid.GridCellRangeEventArgs)
CellType Gets the type of the cell. (Inherited from Xuni.Forms.FlexGrid.GridCellRangeEventArgs)
Editor Gets the editor.  
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FlexGrid Class
FlexGrid Members