eDriven Framework API
Canceled Field
NamespaceseDriven.Core.EventsEventCanceled
eDriven Framework API
The flag that indicates if the event has been canceled Using this flag, the developer can cancel some default behaviour inside the event dispatcher from the 'outside' After the event has been canceled, it won't be dispatched to any of the consequent listeners
Declaration Syntax
C#Visual BasicVisual C++
public bool Canceled
Public Canceled As Boolean
public:
bool Canceled

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