ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / C1FlexGrid Class / LoadedRows Event

In This Topic
    LoadedRows Event
    In This Topic
    Occurs when the grid finishes loading the rows with items from the data source.
    Syntax
    'Declaration
     
    
    Public Event LoadedRows As EventHandler
    public event EventHandler LoadedRows
    See Also