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

Event fired after a cell has finished being edited, allowing the developer to remove and dispose of their edit control.

Syntax

Visual Basic (Declaration) 
Public Event RemoveUserControls As DbiListControl.EventRemoveUserControlsHandler
C# 
public event DbiListControl.EventRemoveUserControlsHandler RemoveUserControls

Event Data

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

PropertyDescription
ColumnIndex The zero-based index of the dbiColumnItem the UserControl is being displayed over.
ColumnItem The dbiColumnItem the UserControl is being displayed over.
NodeItem The dbiNodeItem that contains the cell the UserControl is displayed over.

Requirements

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

See Also