Execute after we save InformationSet Save. See below example:
class Development_Callbacks extends appRain_Base_Modules_Callbacks
{
public function after_information_set_save($options = NULL)
{
switch ($options['type']) {
}
}
}
Related Functions: on_information_set_view, on_information_set_delete, before_information_set_save