onBeforePopupOpeningMultiSelection property

BeforePopupOpeningMultiSelection<T>? onBeforePopupOpeningMultiSelection
final

a callBack will be called before opening le popup if the callBack return FALSE, the opening of the popup will be cancelled

Implementation

final BeforePopupOpeningMultiSelection<T>? onBeforePopupOpeningMultiSelection;