FlexGrid for WinRT
BeginningEdit Event

Occurs before a cell enters editing mode.
Syntax
'Declaration
 
Public Event BeginningEdit As System.EventHandler(Of CellEditEventArgs)
public event System.EventHandler<CellEditEventArgs> BeginningEdit
Event Data

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

PropertyDescription
Cancel (Inherited from System.ComponentModel.CancelEventArgs)
CancelEditsGets a value that determines whether the editing action was canceled.  
CellRangeCellRange affected by the event. (Inherited from C1.Xaml.FlexGrid.CellRangeEventArgs)
CellTypeCellType of the range affected by the event. (Inherited from C1.Xaml.FlexGrid.CellRangeEventArgs)
ColumnIndex of the column affected by the event. (Inherited from C1.Xaml.FlexGrid.CellRangeEventArgs)
EditorGets the Windows.UI.Xaml.FrameworkElement responsible for editing the cell value.  
PanelGridPanel that contains the range affected by the event. (Inherited from C1.Xaml.FlexGrid.CellRangeEventArgs)
RowIndex of the row affected by the event. (Inherited from C1.Xaml.FlexGrid.CellRangeEventArgs)
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

C1FlexGrid Class
C1FlexGrid Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum  |   Documentation Feedback