_docs-v4/event-display/eventDestroy.md
Called before an event's element is removed from the DOM.
<div class='spec' markdown='1'> function( *info* ) { } </div>info is a plain object that contains the following properties:
This callback gets called once for every event element. It is a great way to tear down any plugins you might have applied in eventRender.