Class clove::EventArgsΒΆ

class clove::EventArgs

Arguments for a particular incidence of a clove::Event.

It carries some additional informations about it. The details depend on the event (and the component which triggers it).

Public Functions

EventArgs(params)

Parameters
  • params: Additional information about the event incidence.

skipExecution()

Marks the further event handling for skipping.