Optional ReadonlycontextOptionaldefaultOptionalpropagationOptional ReadonlysourceOptional ReadonlytypeOptionalpreventPrevents the default action associated with the event. If a default handler exists, it will not be executed.
OptionalstopStops the propagation of the event to further listeners. Subsequent listeners for the same event on the same EventSource will not be called.
Represents a base event interface for the framework. All custom events should implement this interface to ensure consistent behavior regarding event propagation and default action prevention.