GrapeCity.Xaml.SpreadSheet.UI
ColumnWidthChanged Event (SheetView)


Occurs when the column width has changed.
Syntax
'Declaration
 
Public Event ColumnWidthChanged As EventHandler(Of ColumnWidthChangedEventArgs)
'Usage
 
Dim instance As SheetView
Dim handler As EventHandler(Of ColumnWidthChangedEventArgs)
 
AddHandler instance.ColumnWidthChanged, handler
public event EventHandler<ColumnWidthChangedEventArgs> ColumnWidthChanged
Event Data

The event handler receives an argument of type ColumnWidthChangedEventArgs containing data related to this event. The following ColumnWidthChangedEventArgs properties provide information specific to this event.

PropertyDescription
ColumnList Gets the list of columns whose widths have changed.  
Header Gets whether the column indexes are row header columns.  
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

SheetView Class
SheetView Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options