[]
        
(Showing Draft Content)

FarPoint.Win.Spread.ClearGroupEventHandler

ClearGroupEventHandler Delegate

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

Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.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 FarPoint.Web.Spread.ItemEventArgs instance that contains the event data.