C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridGroupRowCell Class / IsCollapsedChanged Event


In This Topic
IsCollapsedChanged Event
In This Topic
Occurs when the group is toggled.
Syntax
'Declaration
 
Public Event IsCollapsedChanged As EventHandler
 
'Usage
 
Dim instance As GridGroupRowCell
Dim handler As EventHandler
 
AddHandler instance.IsCollapsedChanged, handler
See Also