FlexGrid for WinRT
ResizedColumn Event

Occurs when the user finishes resizing a column with the mouse.
Syntax
'Declaration
 
Public Event ResizedColumn As System.EventHandler(Of CellRangeEventArgs)
public event System.EventHandler<CellRangeEventArgs> ResizedColumn
Event Data

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.

PropertyDescription
Cancel (Inherited from System.ComponentModel.CancelEventArgs)
CellRangeCellRange affected by the event.  
CellTypeCellType of the range affected by the event.  
ColumnIndex of the column affected by the event.  
PanelGridPanel that contains the range affected by the event.  
RowIndex of the row affected by the event.  
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

C1FlexGrid Class
C1FlexGrid Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum  |   Documentation Feedback