Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorkbookSet Interface / CellValueChanged Event


CellValueChanged Event
Occurs after the cell value(s) is changed.
Syntax
'Declaration
 
Event CellValueChanged As EventHandler(Of CellValueChangedEventArgs)
 
'Usage
 
Dim instance As IWorkbookSet
Dim handler As EventHandler(Of CellValueChangedEventArgs)
 
AddHandler instance.CellValueChanged, handler
Event Data

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

PropertyDescription
Gets the total number of cell references which are changed recently.  
See Also