ListObject Events
Assembly: Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)
| Name | Description | |
|---|---|---|
![]() | BeforeAddDataBoundRow | Occurs just before an attempt to add a new row to a ListObject control that is bound to data. |
![]() | BeforeDoubleClick | Occurs when the ListObject control is double-clicked, before the default double-click action. |
![]() | BeforeRightClick | Occurs when the ListObject control is right-clicked, before the default right-click action. |
![]() | BindingContextChanged | This API supports the product infrastructure and is not intended to be used directly from your code. |
![]() | Change | Occurs when something changes in the ListObject control. |
![]() | DataBindingFailure | Occurs when a condition causes the data binding of a ListObject control to fail. |
![]() | DataMemberChanged | Occurs when the value of the DataMember property changes. |
![]() | DataSourceChanged | Occurs when the value of the DataSource property changes. |
![]() | Deselected | Occurs when selection moves from the ListObject control to outside of the ListObject control. |
![]() | Disposed | (Inherited from IComponent.) |
![]() | ErrorAddDataBoundRow | Occurs when a user tries to add a row to a data-bound ListObject control, but the row cannot be added. |
![]() | OriginalDataRestored | Occurs when a user performs an action that is not allowed, and the ListObject control then reverts back to its original state. |
![]() | Selected | Occurs when the ListObject control is selected. |
![]() | SelectedIndexChanged | Occurs when the value of the SelectedIndex property changes. |
![]() | SelectionChange | Occurs when the selection changes inside the ListObject control. |
