FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FlexGrid Class / LoadingRows Event

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