[]
        
(Showing Draft Content)

FarPoint.Web.Spread.FetchGroupTextEventHandler

FetchGroupTextEventHandler Delegate

Represents a defined method that handles the FetchGroupText event in the Spread component.

Namespace: FarPoint.Web.Spread
Assembly: FarPoint.Web.Spread.dll
Syntax
public delegate void FetchGroupTextEventHandler(object sender, FetchGroupTextEventArgs e)
Public Delegate Sub FetchGroupTextEventHandler(sender As Object, e As FetchGroupTextEventArgs)
Parameters
Type Name Description
object sender Represents a defined method that handles the FetchGroupText event in the Spread component.
FetchGroupTextEventArgs e Represents a defined method that handles the FetchGroupText event in the Spread component.