This trigger is received when the datebox control is cleared.
$(input).bind('datebox', function (e, passed) { if ( passed.method === 'clear' ) { alert('Datebox was cleared!'); } });
Listener