ZVON > References > DOM2 Reference

releaseEvent (method )

Owning interface and usage:  
EventCapturer.releaseEvent(type)

Member of these other interfaces:  
none

Description:  
This method is used when a capturing Node wishes to cease capturing a particular type of event.

Parameters:  
DOMString type  -  The name of the event to be released.

Returns:  
nothing

Exceptions:  
none