File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ import {
1313
1414import {
1515 Cancelable ,
16+ AsyncCancelable ,
1617 EventInfo ,
1718 InitializedEventInfo ,
1819 ChangedOptionInfo ,
@@ -52,7 +53,7 @@ export type DisposingEvent = EventInfo<dxPopover>;
5253 * @type object
5354 * @inherits Cancelable,EventInfo
5455 */
55- export type HidingEvent = Cancelable & EventInfo < dxPopover > ;
56+ export type HidingEvent = AsyncCancelable & EventInfo < dxPopover > ;
5657
5758/**
5859 * @docid _ui_popover_HiddenEvent
Original file line number Diff line number Diff line change @@ -24510,7 +24510,7 @@ declare module DevExpress.ui {
2451024510 /**
2451124511 * [descr:_ui_popover_HidingEvent]
2451224512 */
24513- export type HidingEvent = DevExpress.common.core.events.Cancelable &
24513+ export type HidingEvent = DevExpress.common.core.events.AsyncCancelable &
2451424514 DevExpress.common.core.events.EventInfo<dxPopover>;
2451524515 /**
2451624516 * [descr:_ui_popover_InitializedEvent]
You can’t perform that action at this time.
0 commit comments