eDriven Framework API
Removes all listeners for the spacified event type (both capture and bubbling phase)

Declaration Syntax
public virtual void RemoveAllListeners(
string eventType
)
Public Overridable Sub RemoveAllListeners ( _
eventType As String _
)
public:
virtual void RemoveAllListeners(
String^ eventType
)

Parameters
- eventType (String)
- Event type
Assembly:
eDriven.Core (Module: eDriven.Core) Version: 2.0.1.0 (2.0.1.0)