I have an event receiver, which fires when item is being deleted ( ItemDeleting event ). I have some logic that checks whether item can be deleted or not, and if it can't, I need to show notification message - reason why item can't be deleted.
Now I would like to use SharePoint notifications, to have notification appear on the upper right corner, under the ribbons panel.
Any ideas how can I do that ? Or is it even possible ?