C1.Silverlight.FlexGrid Namespace > C1FlexGrid Class : ResizedColumn Event |
'Declaration Public Event ResizedColumn As System.EventHandler(Of CellRangeEventArgs)
public event System.EventHandler<CellRangeEventArgs> ResizedColumn
The event handler receives an argument of type CellRangeEventArgs containing data related to this event. The following CellRangeEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel | (Inherited from System.ComponentModel.CancelEventArgs) |
CellRange | CellRange affected by the event. |
CellType | CellType of the range affected by the event. |
Column | Index of the column affected by the event. |
Panel | GridPanel that contains the range affected by the event. |
Row | Index of the row affected by the event. |
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