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