[]
        
(Showing Draft Content)

FarPoint.Web.Spread.GroupingEventHandler

GroupingEventHandler Delegate

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

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