Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Collection: onSelectionChanging #6586

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
id: CollectionWidget.Options.onSelectionChanging
type: function(e)
default: null
---
---
##### shortDescription
<!-- Description goes here -->

##### param(e): ui/collection/ui.collection_widget.base:SelectionChangingEvent
<!-- Description goes here -->

##### field(e.addedItems): Array<any>
<!-- Description goes here -->

##### field(e.cancel): Boolean | Promise<Boolean>
<!-- Description goes here -->

##### field(e.component): {WidgetName}
<!-- Description goes here -->

##### field(e.element): DxElement
<!-- Description goes here -->

##### field(e.removedItems): Array<any>
<!-- Description goes here -->

---
<!-- Description goes here -->
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
id: CollectionWidget.selectionChanging
type: eventType
---
---
##### shortDescription
<!-- Description goes here -->

---
<!-- Description goes here -->
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
id: SelectionChangingEvent
module: ui/collection/ui.collection_widget.base
export: SelectionChangingEvent
type: Object
inherits: AsyncCancelable,EventInfo,SelectionChangingInfo
references: CollectionWidget.Options.onSelectionChanging
---
---
##### shortDescription
<!-- Description goes here -->

---
<!-- Description goes here -->
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
id: SelectionChangingInfo
module: ui/collection/ui.collection_widget.base
export: SelectionChangingInfo
hidden:
---
---
##### shortDescription
<!-- Description goes here -->

---
<!-- Description goes here -->
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
id: SelectionChangingInfo.addedItems
type: Array<any>
---
---
##### shortDescription
<!-- Description goes here -->

---
<!-- Description goes here -->
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
id: SelectionChangingInfo.removedItems
type: Array<any>
---
---
##### shortDescription
<!-- Description goes here -->

---
<!-- Description goes here -->
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
id: dxAccordion.Options.onSelectionChanging
hidden:
---
---
##### shortDescription
<!-- Description goes here -->

---
<!-- Description goes here -->
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
id: dxAccordion.selectionChanging
hidden:
type: eventType
---
---
##### shortDescription
<!-- Description goes here -->

---
<!-- Description goes here -->
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
id: dxActionSheet.Options.onSelectionChanging
hidden:
---
---
##### shortDescription
<!-- Description goes here -->

---
<!-- Description goes here -->
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
id: dxActionSheet.selectionChanging
hidden:
type: eventType
---
---
##### shortDescription
<!-- Description goes here -->

---
<!-- Description goes here -->
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
id: dxAutocomplete.Options.onSelectionChanging
type: function(e)
---
---
##### shortDescription
<!-- Description goes here -->

##### param(e): ui/autocomplete:SelectionChangingEvent
<!-- Description goes here -->

##### field(e.cancel): Boolean | Promise<Boolean>
<!-- Description goes here -->

##### field(e.component): {WidgetName}
<!-- Description goes here -->

##### field(e.element): DxElement
<!-- Description goes here -->

##### field(e.selectedItem): Object
<!-- Description goes here -->

---
<!-- Description goes here -->
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
module: ui/autocomplete
export: SelectionChangingEvent
type: Object
inherits: AsyncCancelable,EventInfo,_ui_drop_down_editor_ui_drop_down_list_SelectionChangingInfo
references: dxAutocomplete.Options.onSelectionChanging
uid: ui/autocomplete:SelectionChangingEvent
---
---
##### shortDescription
<!-- Description goes here -->

---
<!-- Description goes here -->
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
id: dxBox.Options.onSelectionChanging
hidden:
---
---
##### shortDescription
<!-- Description goes here -->

---
<!-- Description goes here -->
11 changes: 11 additions & 0 deletions api-reference/10 UI Components/dxBox/4 Events/selectionChanging.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
id: dxBox.selectionChanging
hidden:
type: eventType
---
---
##### shortDescription
<!-- Description goes here -->

---
<!-- Description goes here -->
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
id: dxContextMenu.Options.onSelectionChanging
hidden:
---
---
##### shortDescription
<!-- Description goes here -->

---
<!-- Description goes here -->
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
id: dxDropDownList.Options.onSelectionChanging
type: function(e)
default: null
---
---
##### shortDescription
<!-- Description goes here -->

##### param(e): ui/drop_down_editor/ui.drop_down_list:SelectionChangingEvent
<!-- Description goes here -->

##### field(e.addedItems): Array<any>
<!-- Description goes here -->

##### field(e.cancel): Boolean | Promise<Boolean>
<!-- Description goes here -->

##### field(e.component): {WidgetName}
<!-- Description goes here -->

##### field(e.element): DxElement
<!-- Description goes here -->

##### field(e.removedItems): Array<any>
<!-- Description goes here -->

---
<!-- Description goes here -->
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
id: dxDropDownList.selectionChanging
type: eventType
---
---
##### shortDescription
<!-- Description goes here -->

---
<!-- Description goes here -->
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
module: ui/drop_down_editor/ui.drop_down_list
export: SelectionChangingEvent
type: Object
inherits: AsyncCancelable,EventInfo,SelectionChangingInfo
references: dxDropDownList.Options.onSelectionChanging
uid: ui/drop_down_editor/ui.drop_down_list:SelectionChangingEvent
---
---
##### shortDescription
<!-- Description goes here -->

---
<!-- Description goes here -->
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
id: _ui_drop_down_editor_ui_drop_down_list_SelectionChangingInfo
module: ui/drop_down_editor/ui.drop_down_list
export: SelectionChangingInfo
hidden:
---
---
##### shortDescription
<!-- Description goes here -->

---
<!-- Description goes here -->
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
id: _ui_drop_down_editor_ui_drop_down_list_SelectionChangingInfo.selectedItem
type: Object
---
---
##### shortDescription
<!-- Description goes here -->

---
<!-- Description goes here -->
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
id: dxGallery.Options.onSelectionChanging
hidden:
---
---
##### shortDescription
<!-- Description goes here -->

---
<!-- Description goes here -->
5 changes: 5 additions & 0 deletions api-reference/10 UI Components/dxGallery/4 Events/Events.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
##### shortDescription
<!-- Description goes here -->

---
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
id: dxGallery.selectionChanging
hidden:
type: eventType
---
---
##### shortDescription
<!-- Description goes here -->

---
<!-- Description goes here -->
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
id: dxList.Options.onSelectionChanging
type: function(e)
---
---
##### shortDescription
<!-- Description goes here -->

##### param(e): ui/list:SelectionChangingEvent
<!-- Description goes here -->

##### field(e.addedItems): Array<any>
<!-- Description goes here -->

##### field(e.cancel): Boolean | Promise<Boolean>
<!-- Description goes here -->

##### field(e.component): {WidgetName}
<!-- Description goes here -->

##### field(e.element): DxElement
<!-- Description goes here -->

##### field(e.removedItems): Array<any>
<!-- Description goes here -->

---
<!-- Description goes here -->
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
module: ui/list
export: SelectionChangingEvent
type: Object
inherits: AsyncCancelable,EventInfo,SelectionChangingInfo
references: dxList.Options.onSelectionChanging
uid: ui/list:SelectionChangingEvent
---
---
##### shortDescription
<!-- Description goes here -->

---
<!-- Description goes here -->
Loading
Loading