The BeforeCellEditEventArgs type exposes the following members.

Properties

  Name Description
Public property Cell
Information about the cell to be edited.
Public property Event
Event initiated cell editing.
Public property Handled
Gets or sets value determining whether developer initiates cell editor(s) manually.
Public property Value
If a developer provides custom editing front end (Handled = True), the current cell value should be provided in this property.

See Also