Sets a callback function for the last added component in a custom dialog.
dlg_comp_callback(handle, callback, [args...])
Set a callback function for the last added component
dlg_comp_callback(hnd, "#onClickHandler");
Set a callback with arguments
dlg_comp_callback(hnd, "#onClickHandler", 1, "test");