FlexGrid for WinForms
GridChanged Event



Fires when the grid or its contents change.
Syntax
'Declaration
 
<C1DescriptionAttribute("Fires when the grid or its contents change.")>
Public Event GridChanged As GridChangedEventHandler
'Usage
 
Dim instance As C1FlexGridBase
Dim handler As GridChangedEventHandler
 
AddHandler instance.GridChanged, handler
[C1Description("Fires when the grid or its contents change.")]
public event GridChangedEventHandler GridChanged
[C1Description("Fires when the grid or its contents change.")]
public:
event GridChangedEventHandler^ GridChanged
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.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1FlexGridBase Class
C1FlexGridBase Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback