[]
        
(Showing Draft Content)

FarPoint.Web.Spread.ClearGroupEventHandler

ClearGroupEventHandler Delegate

Represents the method that handles an event after the group is cleared.

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

Object that raised the event.

ItemEventArgs e

The ItemEventArgs instance that contains the event data.