C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / DetailProviderRowHeaderCell Class / ExpandedChanged Event


In This Topic
ExpandedChanged Event
In This Topic
Occurs when the user toggles the details.
Syntax
'Declaration
 
Public Event ExpandedChanged As EventHandler
 
'Usage
 
Dim instance As DetailProviderRowHeaderCell
Dim handler As EventHandler
 
AddHandler instance.ExpandedChanged, handler
See Also