FlexGrid for WinForms
BeforeEdit Event



Fires before the grid enters edit mode, and also when the cell that has the focus needs to be painted.
Syntax
'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
Remarks

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.

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

C1FlexGridBase Class
C1FlexGridBase Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback