eDriven Framework API
IsDefaultPrevented Method (eventType, bubbles)
NamespaceseDriven.Core.EventsEventDispatcherIsDefaultPrevented(String, Boolean)
eDriven Framework API
Exposes the cancelable event to the outside if there are listeners for that event type If default prevented, returns false If not, returns true
Declaration Syntax
C#Visual BasicVisual C++
public bool IsDefaultPrevented(
	string eventType,
	bool bubbles
)
Public Function IsDefaultPrevented ( _
	eventType As String, _
	bubbles As Boolean _
) As Boolean
public:
bool IsDefaultPrevented(
	String^ eventType, 
	bool bubbles
)
Parameters
eventType (String)
bubbles (Boolean)
Return Value

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