#summary The @event tag == Usage == @event[{[_[ModifierReference modifiers]_] [_return_type_]}] _event_name_ == Description == Document a event. It is possible to specify optional modifiers and/or return type for the event == Example == TODO: Need more examples showing how various related tags are used {{{ /** * Fired when calendar date is selected * @event onDateSelected * @param {Date} selectedDate */ }}} == Details == || Since || v1.1 || || See also || [TagParam @param], [TagReturn @return ] ||