Access the TcContext
of this event
Access any Data, which is associated with the event
Is true if Event Propagation was stopped
Access the Timestamp of event creation
Stop the propagation of the event, up the TcEmitter
tree
Generated using TypeDoc
Main Event Class of the
tc-context
library. Every event raised from thetc-context
library derives from this Class.TcEvent
when emitted through theTcEmitter
will propagate, and if propagation is not needed, an explicit call toTcEvent.stopPropagation()
must be made.The
TcEvent
contains the timestamp of event creation, any associated data with the event and theTcContext
from which the event originated.