CKEDITOR.instances['emailBody'].on('blur', function(e) { if (e.editor.checkDirty()) { var emailValChanged=true; // The action that you would like to call onChange } });