C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / FlexGrid Class / ItemsSourceChanged Event


In This Topic
ItemsSourceChanged Event
In This Topic
Occurs after the items source is changed.
Syntax
'Declaration
 
Public Event ItemsSourceChanged As EventHandler
 
'Usage
 
Dim instance As FlexGrid
Dim handler As EventHandler
 
AddHandler instance.ItemsSourceChanged, handler
See Also