dbicList Send comments on this topic.
InitializeCellEdit Event
See Also 
dbicBase Assembly > Dbi.WinControl Namespace > DbiListControl Class : InitializeCellEdit Event

Event fired before the cell edit operation is started

Syntax

Visual Basic (Declaration) 
Public Event InitializeCellEdit As DbiListControl.EventInitializeCellEditHandler
C# 
public event DbiListControl.EventInitializeCellEditHandler InitializeCellEdit

Event Data

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

PropertyDescription
AllowEdit Determines if the edit process will be allowed.
ColumnIndex The zero-based index of the dbiColumnItem where the edit will take place.
ColumnItem The dbiColumnItem where the edit will take place.
NodeItem The dbiNodeItem where the edit will take place.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also