A boundary event is an event attached to a boundary (a wrapper for one or more activities). So for example you can attach a listener to an event to that boundary that can cancel all the activities inside that boundary. If you want to look the generic and starndard definition you can go to the BPMN2 specification where those events are defined.
Cheers