afterShow
fires after a Container control is shown
afterShow: () => void;
Example
form.getItem("container").events.on("afterShow", function() {
console.log("afterShow");
});
Change log:
- The event was added in v7.2
- The value parameter was removed in v8.0