[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.C1FlexGridBase.GridChanged

GridChanged Event

Fires when the grid or its contents change.

Namespace: C1.Win.C1FlexGrid
Assembly: C1.Win.C1FlexGrid.4.8.dll
Syntax
public event GridChangedEventHandler GridChanged
Returns
Type Description
GridChangedEventHandler Fires when the grid or its contents change.
Remarks

This is a general event that fires before more specific events. For example, if the user drags a column with the mouse, the control fires the BeforeDragColumn, GridChanged, and AfterDragColumn events.

The GridChanged event allows you to create a centralized handler for all types of grid events. It does not provide detailed arguments for every event, nor the option of canceling user actions.