Objective Grid for Microsoft® .NET® Reference Guide

GridControl.DeleteCell Event

Back to Class Index

Delete Cell Event.     

[Visual Basic]
Public Event DeleteCell As DeleteCellEventHandler
[C#]
public event DeleteCellEventHandler DeleteCell;

Event Data

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

PropertyDescription
CanDeleteGets or sets a value to show that the current inactive cell's data cannot be deleted.     
Col
Row

See Also

GridControl Class | GridControl Members | Stingray.Grid Namespace