eDriven Framework API
DefaultPrevented Field
NamespaceseDriven.Core.EventsEventDefaultPrevented
eDriven Framework API
The flag that indicates if the event has been default prevented Using this flag, the developer can prevent a default action of the event dispatcher This mechanism is used to expose a part of the decision making from event dispatcher to the 'outside'
Declaration Syntax
C#Visual BasicVisual C++
public bool DefaultPrevented
Public DefaultPrevented As Boolean
public:
bool DefaultPrevented

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