C1.Win.C1FlexGrid Namespace > C1FlexGridBase Class : BeforeEdit Event |
'Declaration
<C1DescriptionAttribute("Fires after an editable cell is selected.")> Public Event BeforeEdit As RowColEventHandler
'Usage
Dim instance As C1FlexGridBase Dim handler As RowColEventHandler AddHandler instance.BeforeEdit, handler
[C1Description("Fires after an editable cell is selected.")] public event RowColEventHandler BeforeEdit
[C1Description("Fires after an editable cell is selected.")] public: event RowColEventHandler^ BeforeEdit
This event doesn't fire only when the grid is about to enter edit mode.
It also fires while painting cells, in order to support drawing the editor's drop-down buttons.
The StartEdit event fires only when the grid is about to enter edit mode.
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