C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FlexGrid Class / DraggingFrozenRow Event

DraggingFrozenRow Event
Occurs when the user finishes dragging a frozen row border with the mouse.
Syntax
'Declaration
 
Public Event DraggingFrozenRow As EventHandler(Of CellRangeEventArgs)
 
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
(Inherited from System.ComponentModel.CancelEventArgs)
CellRange affected by the event.  
CellType of the range affected by the event.  
Index of the column affected by the event.  
GridPanel that contains the range affected by the event.  
Index of the row affected by the event.  
See Also