Fixed #2662 - Add after-hide event to Dialog

This commit is contained in:
mertsincan 2022-06-14 09:12:37 +01:00
parent 6e608144b9
commit a3848aa6d3
4 changed files with 36 additions and 19 deletions

View file

@ -138,6 +138,10 @@ const DialogEvents = [
name: "hide",
description: "Callback to invoke when dialog is hidden."
},
{
name: "after-hide",
description: "Callback to invoke after dialog is hidden."
},
{
name: "show",
description: "Callback to invoke when dialog is showed."