GrapeCity.Windows.SpreadSheet.Data Namespace > Row Class : Changed Event |
'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
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.
Property | Description |
---|---|
Column | Gets the column index. (Inherited from GrapeCity.Windows.SpreadSheet.Data.CellChangedEventArgs) |
ColumnCount | Gets the number of columns. (Inherited from GrapeCity.Windows.SpreadSheet.Data.CellChangedEventArgs) |
PropertyName | Gets the property name. (Inherited from GrapeCity.Windows.SpreadSheet.Data.CellChangedEventArgs) |
Row | Gets the row index. (Inherited from GrapeCity.Windows.SpreadSheet.Data.CellChangedEventArgs) |
RowCount | Gets the number of rows. (Inherited from GrapeCity.Windows.SpreadSheet.Data.CellChangedEventArgs) |
SheetArea | Gets the sheet area of the cell. (Inherited from GrapeCity.Windows.SpreadSheet.Data.CellChangedEventArgs) |
Type | Gets the change type for the event. |
Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)