jQuery.event.special.evolutionCodeEditorChange
Event raised when the content of an evolutionCodeEditor instance is changed
Bubbles and can be delegated against.
While this event can be used directly, it's often easier to rely on the Code UI Component applied to a textarea instead, and just use the textarea's change
event.
Usage
$(element).on('evolutionCodeEditorChange', function(e){
// handle event...
});