Construct a base TcEvent
with references to the TcContext
and
data
The TcContext
from which the event originated
Any data associated with the event
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
Derived class for narrowing down event source. Class that represents all the
TcEvents
emitted from theTcContext
object