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-contextlibrary. Every event raised from thetc-contextlibrary derives from this Class.TcEventwhen emitted through theTcEmitterwill propagate, and if propagation is not needed, an explicit call toTcEvent.stopPropagation()must be made.The
TcEventcontains the timestamp of event creation, any associated data with the event and theTcContextfrom which the event originated.