ComponentOne Xamarin.iOS
ItemsSourceChanging Event


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > FlexGrid Class : ItemsSourceChanging Event
Occurs before the items source is changed.
Syntax
'Declaration
 
Public Event ItemsSourceChanging As EventHandler
'Usage
 
Dim instance As FlexGrid
Dim handler As EventHandler
 
AddHandler instance.ItemsSourceChanging, handler
public event EventHandler ItemsSourceChanging
See Also

Reference

FlexGrid Class
FlexGrid Members