Spread Silverlight Documentation
ColumnWidthChanging Event (SheetView)


Occurs when the column width is changing.
Syntax
'Declaration
 
Public Event ColumnWidthChanging As System.EventHandler(Of ColumnWidthChangingEventArgs)
'Usage
 
Dim instance As SheetView
Dim handler As System.EventHandler(Of ColumnWidthChangingEventArgs)
 
AddHandler instance.ColumnWidthChanging, handler
public event System.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)
ColumnListGets the list of columns whose widths are changing.  
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.