C# Events


Named Range

EventDescription3652116131007
BeforeDoubleClickOccurs when the Named Range is double clickedYYYYYY
BeforeRightClickOccurs when the Named Range is right clickedYYYYYY
BindingContextChangedOccurs when the binding of the Named Range changesYYYYYY
ChangeOccurs when the contents of the Named Range are changed by a user or programmatically. The event is not raised when calculations cause the change.YYYYYY
DeselectedOccurs when the selection is moved outside the Named RangeYYYYYY
DisposedOccurs when the Named Range is disposed of. Typically raised by garbage collection.YYYYYY
SelectedOccurs when the Named Range is selectedYYYYYY
SelectionChangeOccurs when the selection within the Named Range changes.YYYYYY

ListObject

EventDescription3652116131007
BeforeAddDataBoundRowOccurs when a user attempts to add a new row. This event is not raised when new rows are added programmatically. Useful when validating the data.YYYYYY
BeforeDoubleClickOccurs when the ListObject is double clickedYYYYYY
BeforeRightClickOccurs when the ListObject is right clickedYYYYYY
BindingContextChangedOccurs when the binding of the ListObject changesYYYYYY
ChangeOccurs when the contents of the ListObject are changed by a user or programmatically. The event is not raised when calculations cause the changeYYYYYY
DataBindingFailureOccurs when the binding of the ListObject fails. This occurs when you try and add a second ListObject to a worksheet.YYYYYY
DataMemberChangedOccurs when the DataMember property is changed by a user or programmatically.YYYYYY
DataSourceChangedOccurs when the DataSource property is changed by a user or programmatically.YYYYYY
DeselectedOccurs when the selection is moved outside the ListObject.YYYYYY
ErrorAddDataBoundRowOccurs when an error occurs when attempting to add a new row, (eg violation, entering text in a numeric column)YYYYYY
OriginalDataRestoredOccurs when a changed value is restored to its original value as a consequence of an error occurring.YYYYYY
DisposedOccurs when the ListObject is disposed of. Typically raised by garbage collection.YYYYYY
SelectedOccurs when the ListObject is selectedYYYYYY
SelectedIndexChangedOccurs when the selected index changes. This is the currently selected item in the ListObject.YYYYYY
SelectionChangeOccurs when the selection within the ListObject changes.YYYYYY

XMLMappedRange

EventDescription3652116131007
BeforeDoubleClickOccurs when the XMLMappingRange is double clickedYYYYYY
BeforeRightClickOccurs when the XMLMappingRange is right clickedYYYYYY
BindingContextChangedOccurs when the binding of the XMLMappingRange changesYYYYYY
ChangeOccurs when the contents of the XMLMappingRange are changed by ??YYYYYY
DeselectedOccurs when the selection is moved outside the XMLMappingRangeYYYYYY
DisposedOccurs when the XMLMappingRange is disposed of. Typically raised by garbage collection.YYYYYY
SelectedOccurs when the XMLMappingRange is selectedYYYYYY
SelectionChangeOccurs when the selection within the XMLMappingRange changes.YYYYYY

© 2026 Better Solutions Limited. All Rights Reserved. © 2026 Better Solutions Limited TopPrevNext