[]
        
(Showing Draft Content)

C1.Win.FlexGrid.C1FlexGridBase.AfterDataRefresh

AfterDataRefresh Event

Fires after any data source change notifications.

Namespace: C1.Win.FlexGrid
Assembly: C1.Win.FlexGrid.8.dll
Syntax
public event ListChangedEventHandler AfterDataRefresh
Returns
Type Description
ListChangedEventHandler Fires after any data source change notifications.
Remarks

When the grid is used in bound mode, any changes to the data source cause the grid to fire the AfterDataRefresh event. This event is the ideal place to put code that updates the grid with data-dependent elements such as subtotals and outline trees.

Note: The ListChangedEventHandler delegate is defined in the System.ComponentModel namespace.