eDriven Framework API
HasBubblingEventListener Method (eventType)
NamespaceseDriven.Core.EventsIEventDispatcherHasBubblingEventListener(String)
eDriven Framework API
Checks whether an event listener is registered with this EventDispatcher or any of its ancestors for the specified event type Note: the implementation of event bubbling depends of the use-case and is not implemented by eDriven.Core
Declaration Syntax
C#Visual BasicVisual C++
bool HasBubblingEventListener(
	string eventType
)
Function HasBubblingEventListener ( _
	eventType As String _
) As Boolean
bool HasBubblingEventListener(
	String^ eventType
)
Parameters
eventType (String)
Return Value

Assembly: eDriven.Core (Module: eDriven.Core) Version: 2.0.1.0 (2.0.1.0)