FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / Ungrouped Event


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