'Declaration
Event CellValueChanged As EventHandler(Of CellValueChangedEventArgs)
'Usage
Dim instance As IWorkbookSet Dim handler As EventHandler(Of CellValueChangedEventArgs) AddHandler instance.CellValueChanged, handler
event EventHandler<CellValueChangedEventArgs> CellValueChanged
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.
Property | Description |
---|---|
Count | Gets the total number of cell references which are changed recently. |
See Also