Skip to content

Commit

Permalink
ContextMenu / TabPanel onSelectionChanging (#28213)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpreyskurantov authored Oct 22, 2024
1 parent 9fb7c50 commit 4649c8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/devextreme/js/ui/context_menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export default ContextMenu;

/**
* @name dxContextMenuOptions.onSelectionChanging
* @action
* @hidden
*/

Expand Down
1 change: 1 addition & 0 deletions packages/devextreme/js/ui/tab_panel.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,7 @@ onOptionChanged?: ((e: OptionChangedEvent) => void);
/**
* @docid dxTabPanelOptions.onSelectionChanging
* @type_function_param1 e:{ui/tab_panel:SelectionChangingEvent}
* @action
*/
onSelectionChanging?: ((e: SelectionChangingEvent) => void);
/**
Expand Down

0 comments on commit 4649c8b

Please sign in to comment.