Event fired after a cell has finished being edited, allowing the developer to remove and dispose of their edit control.
Syntax
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.
| Property | Description |
|---|
| 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