| GrapeCity.Xaml.SpreadSheet.UI Namespace > SheetView Class : RowHeightChanging Event | 
'Declaration Public Event RowHeightChanging As EventHandler(Of RowHeightChangingEventArgs)
'Usage Dim instance As SheetView Dim handler As EventHandler(Of RowHeightChangingEventArgs) AddHandler instance.RowHeightChanging, handler
public event EventHandler<RowHeightChangingEventArgs> RowHeightChanging
The event handler receives an argument of type RowHeightChangingEventArgs containing data related to this event. The following RowHeightChangingEventArgs properties provide information specific to this event.
| Property | Description | 
|---|---|
| Cancel | (Inherited from System.ComponentModel.CancelEventArgs) | 
| Header | Gets whether the rows indexes are column header rows. | 
| RowList | Gets the list of rows whose heights are changing. | 
Target Platforms: Windows Server 2012, Windows RT