[]
Fires when the grid or its contents change.
public event GridChangedEventHandler GridChanged
Type | Description |
---|---|
GridChangedEventHandler | Fires when the grid or its contents change. |
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.