activeSheet.bind(GC.Spread.Sheets.Events.UserFormulaEntered, function (e, info) {    
        alert("Formula (" + info.formula + ")");
});