From 34ef79c00022998e50ba16b59a48af132edec31c Mon Sep 17 00:00:00 2001 From: Mikhail Preyskurantov <5574159+mpreyskurantov@users.noreply.github.com> Date: Tue, 22 Oct 2024 14:44:07 +0300 Subject: [PATCH] ContextMenu / TabPanel onSelectionChanging (#6732) --- .../dxContextMenu/4 Events/selectionChanging.md | 11 +++++++++++ .../dxTabPanel/4 Events/selectionChanging.md | 13 +++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 api-reference/10 UI Components/dxContextMenu/4 Events/selectionChanging.md create mode 100644 api-reference/10 UI Components/dxTabPanel/4 Events/selectionChanging.md diff --git a/api-reference/10 UI Components/dxContextMenu/4 Events/selectionChanging.md b/api-reference/10 UI Components/dxContextMenu/4 Events/selectionChanging.md new file mode 100644 index 0000000000..ba631fca5c --- /dev/null +++ b/api-reference/10 UI Components/dxContextMenu/4 Events/selectionChanging.md @@ -0,0 +1,11 @@ +--- +id: dxContextMenu.selectionChanging +hidden: +type: eventType +--- +--- +##### shortDescription + + +--- + \ No newline at end of file diff --git a/api-reference/10 UI Components/dxTabPanel/4 Events/selectionChanging.md b/api-reference/10 UI Components/dxTabPanel/4 Events/selectionChanging.md new file mode 100644 index 0000000000..e7990a5481 --- /dev/null +++ b/api-reference/10 UI Components/dxTabPanel/4 Events/selectionChanging.md @@ -0,0 +1,13 @@ +--- +id: dxTabPanel.selectionChanging +type: eventType +--- +--- +##### shortDescription +Raised before selection changes. + +--- +Main article: [onSelectionChanging]({basewidgetpath}/Configuration/#onSelectionChanged) + +#####See Also##### +#include common-link-handleevents \ No newline at end of file