Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / Grouped Event


In This Topic
Grouped Event
In This Topic
Occurs when the grouping is finished.
Syntax
'Declaration
 
Public Event Grouped As EventHandler
 
'Usage
 
Dim instance As FpSpread
Dim handler As EventHandler
 
AddHandler instance.Grouped, handler
See Also