fires after a control of Form is shown
name|id | string | the name (or id, if the name is not specified) of the Form control |
value | any | the current value of the control |
form.events.on("AfterShow", function(name, value) {
console.log("AfterShow", name, value);
});