Hi, I don't think there is an easy way to do it since you can't add event handlers to the notes control. You might be able to find an unsupported method (use javascript directly with DOM elements), but it's not, usually, recommended. One other option might be to set up a javascript that will run every few seconds and that will keep checking the number of notes using Web API. If that number changes, that javascript might display a message. Although, I'm not sure if it would be very useful (depends on what you need this for)
↧