Spread Silverlight Documentation
ColumnWidthChanged Event (SheetView)


Occurs when the column width has changed.
Syntax
'Declaration
 
Public Event ColumnWidthChanged As System.EventHandler(Of ColumnWidthChangedEventArgs)
'Usage
 
Dim instance As SheetView
Dim handler As System.EventHandler(Of ColumnWidthChangedEventArgs)
 
AddHandler instance.ColumnWidthChanged, handler
public event System.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
ColumnListGets the list of columns whose widths have changed.  
HeaderGets whether the column indexes are row header columns.  
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

SheetView Class
SheetView Members

 

 


Copyright © GrapeCity, inc. All rights reserved.