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


Occurs when the column width is changing.
Syntax
'Declaration
 
Public Event ColumnWidthChanging As EventHandler(Of ColumnWidthChangingEventArgs)
'Usage
 
Dim instance As SheetView
Dim handler As EventHandler(Of ColumnWidthChangingEventArgs)
 
AddHandler instance.ColumnWidthChanging, handler
public event EventHandler<ColumnWidthChangingEventArgs> ColumnWidthChanging
Event Data

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

PropertyDescription
Cancel (Inherited from System.ComponentModel.CancelEventArgs)
ColumnList Gets the list of columns whose widths are changing.  
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