[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellClickEventHandler

CellClickEventHandler Delegate

Represents a defined method that handles the CellClick and CellDoubleClick events for the Spread component.

Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public delegate void CellClickEventHandler(object sender, CellClickEventArgs e)
Public Delegate Sub CellClickEventHandler(sender As Object, e As CellClickEventArgs)
Parameters
Type Name Description
object sender

Source of the event

CellClickEventArgs e

Event data