C# - ListObject
Event | Description | 365 | 21 | 16 | 13 | 10 | 07 |
BeforeAddDataBoundRow | Occurs 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. | Y | Y | Y | Y | Y | Y |
BeforeDoubleClick | Occurs when the ListObject is double clicked | Y | Y | Y | Y | Y | Y |
BeforeRightClick | Occurs when the ListObject is right clicked | Y | Y | Y | Y | Y | Y |
BindingContextChanged | Occurs when the binding of the ListObject changes | Y | Y | Y | Y | Y | Y |
Change | Occurs when the contents of the ListObject are changed by a user or programmatically. The event is not raised when calculations cause the change | Y | Y | Y | Y | Y | Y |
DataBindingFailure | Occurs when the binding of the ListObject fails. This occurs when you try and add a second ListObject to a worksheet. | Y | Y | Y | Y | Y | Y |
DataMemberChanged | Occurs when the DataMember property is changed by a user or programmatically. | Y | Y | Y | Y | Y | Y |
DataSourceChanged | Occurs when the DataSource property is changed by a user or programmatically. | Y | Y | Y | Y | Y | Y |
Deselected | Occurs when the selection is moved outside the ListObject. | Y | Y | Y | Y | Y | Y |
ErrorAddDataBoundRow | Occurs when an error occurs when attempting to add a new row, (eg violation, entering text in a numeric column) | Y | Y | Y | Y | Y | Y |
OriginalDataRestored | Occurs when a changed value is restored to its original value as a consequence of an error occurring. | Y | Y | Y | Y | Y | Y |
Disposed | Occurs when the ListObject is disposed of. Typically raised by garbage collection. | Y | Y | Y | Y | Y | Y |
Selected | Occurs when the ListObject is selected | Y | Y | Y | Y | Y | Y |
SelectedIndexChanged | Occurs when the selected index changes. This is the currently selected item in the ListObject. | Y | Y | Y | Y | Y | Y |
SelectionChange | Occurs when the selection within the ListObject changes. | Y | Y | Y | Y | Y | Y |
Event Procedures
© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited TopPrevNext