New to Kendo UI for Angular? Start a free 30-day trial
Popover Events
The Kendo UI for Angular Popover emits the following events which enable you to control its behavior upon user interaction:
show
—Fired when the Popover is about to be opened. This event is preventable.shown
—Fired after the Popover is opened and the opening animation ends.hide
—Fired when the Popover is about to be closed. This event is preventable.hidden
—Fired just after the Popover has been closed.
The following example demonstrates all Popover events in action.
Change Theme
Theme
Loading ...