Spread Silverlight Documentation
Changed Event (Row)


Occurs when a property value changes.
Syntax
'Declaration
 
Public Event Changed As System.EventHandler(Of SheetChangedEventArgs)
'Usage
 
Dim instance As Row
Dim handler As System.EventHandler(Of SheetChangedEventArgs)
 
AddHandler instance.Changed, handler
public event System.EventHandler<SheetChangedEventArgs> Changed
Event Data

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

PropertyDescription
ColumnGets the column index. (Inherited from GrapeCity.Windows.SpreadSheet.Data.CellChangedEventArgs)
ColumnCountGets the number of columns. (Inherited from GrapeCity.Windows.SpreadSheet.Data.CellChangedEventArgs)
PropertyNameGets the property name. (Inherited from GrapeCity.Windows.SpreadSheet.Data.CellChangedEventArgs)
RowGets the row index. (Inherited from GrapeCity.Windows.SpreadSheet.Data.CellChangedEventArgs)
RowCountGets the number of rows. (Inherited from GrapeCity.Windows.SpreadSheet.Data.CellChangedEventArgs)
SheetAreaGets the sheet area of the cell. (Inherited from GrapeCity.Windows.SpreadSheet.Data.CellChangedEventArgs)
TypeGets the change type for the event.  
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

Row Class
Row Members

 

 


Copyright © GrapeCity, inc. All rights reserved.