Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mpreyskurantov committed Aug 30, 2024
1 parent 8259b13 commit c4d9ac4
Show file tree
Hide file tree
Showing 56 changed files with 750 additions and 0 deletions.
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

0 comments on commit c4d9ac4

Please sign in to comment.