diff --git a/api-reference/10 UI Components/CollectionWidget/1 Configuration/onSelectionChanged.md b/api-reference/10 UI Components/CollectionWidget/1 Configuration/onSelectionChanged.md index 1a932c3177..e7bad8fa23 100644 --- a/api-reference/10 UI Components/CollectionWidget/1 Configuration/onSelectionChanged.md +++ b/api-reference/10 UI Components/CollectionWidget/1 Configuration/onSelectionChanged.md @@ -5,7 +5,7 @@ default: null --- --- ##### shortDescription -A function that is executed when a collection item is selected or selection is canceled. +A function that is executed after a collection item is selected or selection is canceled. ##### param(e): Object Information about the event. diff --git a/api-reference/10 UI Components/CollectionWidget/1 Configuration/onSelectionChanging.md b/api-reference/10 UI Components/CollectionWidget/1 Configuration/onSelectionChanging.md index 3a58ef3606..b8d661c800 100644 --- a/api-reference/10 UI Components/CollectionWidget/1 Configuration/onSelectionChanging.md +++ b/api-reference/10 UI Components/CollectionWidget/1 Configuration/onSelectionChanging.md @@ -5,28 +5,28 @@ default: null --- --- ##### shortDescription - +A function that is executed before a collection item is selected or selection is canceled. ##### param(e): Object - +Information about the event. ##### field(e.addedItems): Array - +The data of the items that have been selected. ##### field(e.cancel): Boolean | Promise - +Allows you to cancel selection. ##### field(e.component): {WidgetName} - +The UI component's instance. ##### field(e.element): DxElement - +#include common-ref-elementparam with { element: "UI component" } ##### field(e.removedItems): Array - +The data of the items whose selection has been canceled. ##### field(e.model): any - +Model data. Available only if you use Knockout. --- \ No newline at end of file diff --git a/api-reference/10 UI Components/CollectionWidget/4 Events/selectionChanged.md b/api-reference/10 UI Components/CollectionWidget/4 Events/selectionChanged.md index 273276eb98..9851a4fc46 100644 --- a/api-reference/10 UI Components/CollectionWidget/4 Events/selectionChanged.md +++ b/api-reference/10 UI Components/CollectionWidget/4 Events/selectionChanged.md @@ -4,7 +4,7 @@ type: eventType --- --- ##### shortDescription -Raised when a collection item is selected or selection is canceled. +Raised after a collection item is selected or selection is canceled. --- Main article: [onSelectionChanged](/api-reference/10%20UI%20Components/CollectionWidget/1%20Configuration/onSelectionChanged.md '{basewidgetpath}/Configuration/#onSelectionChanged') diff --git a/api-reference/10 UI Components/CollectionWidget/4 Events/selectionChanging.md b/api-reference/10 UI Components/CollectionWidget/4 Events/selectionChanging.md index d41842d194..f15bfa0c73 100644 --- a/api-reference/10 UI Components/CollectionWidget/4 Events/selectionChanging.md +++ b/api-reference/10 UI Components/CollectionWidget/4 Events/selectionChanging.md @@ -4,7 +4,10 @@ type: eventType --- --- ##### shortDescription - +123 Raised before a collection item is selected or selection is canceled. --- - \ No newline at end of file +Main article: [onSelectionChanging]({basewidgetpath}/Configuration/#onSelectionChanged) + +#####See Also##### +#include common-link-handleevents \ No newline at end of file diff --git a/api-reference/10 UI Components/dxList/1 Configuration/onSelectionChanged.md b/api-reference/10 UI Components/dxList/1 Configuration/onSelectionChanged.md index 83bf3446bb..9f1b44e1fe 100644 --- a/api-reference/10 UI Components/dxList/1 Configuration/onSelectionChanged.md +++ b/api-reference/10 UI Components/dxList/1 Configuration/onSelectionChanged.md @@ -4,7 +4,7 @@ type: function(e) --- --- ##### shortDescription -A function that is executed when a collection item is selected or selection is canceled. +A function that is executed after a collection item is selected or selection is canceled. ##### param(e): ui/list:SelectionChangedEvent Information about the event. diff --git a/api-reference/10 UI Components/dxList/1 Configuration/onSelectionChanging.md b/api-reference/10 UI Components/dxList/1 Configuration/onSelectionChanging.md index 2b4d348ab8..c93393b016 100644 --- a/api-reference/10 UI Components/dxList/1 Configuration/onSelectionChanging.md +++ b/api-reference/10 UI Components/dxList/1 Configuration/onSelectionChanging.md @@ -4,25 +4,25 @@ type: function(e) --- --- ##### shortDescription - +A function that is executed before a collection item is selected or selection is canceled. ##### param(e): ui/list:SelectionChangingEvent - +Information about the event. ##### field(e.addedItems): Array - +The data of the items that have been selected. ##### field(e.cancel): Boolean | Promise - +Allows you to cancel selection. ##### field(e.component): {WidgetName} - +The UI component's instance. ##### field(e.element): DxElement - +#include common-ref-elementparam with { element: "UI component" } ##### field(e.removedItems): Array - +The data of the items whose selection has been canceled. --- \ No newline at end of file diff --git a/api-reference/10 UI Components/dxMenu/4 Events/selectionChange.md b/api-reference/10 UI Components/dxMenu/4 Events/selectionChange.md deleted file mode 100644 index 5a365315e0..0000000000 --- a/api-reference/10 UI Components/dxMenu/4 Events/selectionChange.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -id: dxMenu.selectionChange -type: eventType -hidden: ---- diff --git a/api-reference/10 UI Components/dxTabPanel/1 Configuration/onSelectionChanged.md b/api-reference/10 UI Components/dxTabPanel/1 Configuration/onSelectionChanged.md index ade5e307f6..60a4091710 100644 --- a/api-reference/10 UI Components/dxTabPanel/1 Configuration/onSelectionChanged.md +++ b/api-reference/10 UI Components/dxTabPanel/1 Configuration/onSelectionChanged.md @@ -4,7 +4,7 @@ type: function(e) --- --- ##### shortDescription -A function that is executed when a collection item is selected or selection is canceled. +A function that is executed after a collection item is selected or selection is canceled. ##### param(e): ui/tab_panel:SelectionChangedEvent Information about the event. diff --git a/api-reference/10 UI Components/dxTabPanel/1 Configuration/onSelectionChanging.md b/api-reference/10 UI Components/dxTabPanel/1 Configuration/onSelectionChanging.md index 53bd16189f..e96a90330b 100644 --- a/api-reference/10 UI Components/dxTabPanel/1 Configuration/onSelectionChanging.md +++ b/api-reference/10 UI Components/dxTabPanel/1 Configuration/onSelectionChanging.md @@ -4,25 +4,25 @@ type: function(e) --- --- ##### shortDescription - +A function that is executed before a collection item is selected or selection is canceled. ##### param(e): ui/tab_panel:SelectionChangingEvent - +Information about the event. ##### field(e.addedItems): Array - +The data of the items that have been selected. ##### field(e.cancel): Boolean | Promise - +Allows you to cancel selection. ##### field(e.component): {WidgetName} - +The UI component's instance. ##### field(e.element): DxElement - +#include common-ref-elementparam with { element: "UI component" } ##### field(e.removedItems): Array - +The data of the items whose selection has been canceled. --- \ No newline at end of file diff --git a/api-reference/10 UI Components/dxTabs/1 Configuration/onSelectionChanged.md b/api-reference/10 UI Components/dxTabs/1 Configuration/onSelectionChanged.md index 8c83d8ac9b..ec12875e9c 100644 --- a/api-reference/10 UI Components/dxTabs/1 Configuration/onSelectionChanged.md +++ b/api-reference/10 UI Components/dxTabs/1 Configuration/onSelectionChanged.md @@ -4,7 +4,7 @@ type: function(e) --- --- ##### shortDescription -A function that is executed when a collection item is selected or selection is canceled. +A function that is executed after a collection item is selected or selection is canceled. ##### param(e): ui/tabs:SelectionChangedEvent Information about the event. diff --git a/api-reference/10 UI Components/dxTabs/1 Configuration/onSelectionChanging.md b/api-reference/10 UI Components/dxTabs/1 Configuration/onSelectionChanging.md index 8c12af8a1e..aab27d95bc 100644 --- a/api-reference/10 UI Components/dxTabs/1 Configuration/onSelectionChanging.md +++ b/api-reference/10 UI Components/dxTabs/1 Configuration/onSelectionChanging.md @@ -4,25 +4,25 @@ type: function(e) --- --- ##### shortDescription - +A function that is executed before a collection item is selected or selection is canceled. ##### param(e): ui/tabs:SelectionChangingEvent - +Information about the event. ##### field(e.addedItems): Array - +The data of the items that have been selected. ##### field(e.cancel): Boolean | Promise - +Allows you to cancel selection. ##### field(e.component): {WidgetName} - +The UI component's instance. ##### field(e.element): DxElement - +#include common-ref-elementparam with { element: "UI component" } ##### field(e.removedItems): Array - +The data of the items whose selection has been canceled. --- \ No newline at end of file diff --git a/api-reference/10 UI Components/dxTagBox/4 Events/selectionChanging.md b/api-reference/10 UI Components/dxTagBox/4 Events/selectionChanging.md deleted file mode 100644 index 9f1f1c7500..0000000000 --- a/api-reference/10 UI Components/dxTagBox/4 Events/selectionChanging.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -id: dxTagBox.selectionChanging -type: eventType ---- ---- -##### shortDescription - - ---- - \ No newline at end of file