[]
Represents a defined method that handles the CellClick and CellDoubleClick events for the Spread component.
public delegate void CellClickEventHandler(object sender, CellClickEventArgs e)
Public Delegate Sub CellClickEventHandler(sender As Object, e As CellClickEventArgs)
Type | Name | Description |
---|---|---|
object | sender | Source of the event |
CellClickEventArgs | e | Event data |