C# - 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

Event Procedures





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