Bases: atom.catom.Member
A member which acts like a stateless event.
Initialize an Event.
kind : type or Member, optional
The type of argument which may be emitted by the event or a Member which will validate the argument which can be emitted. The default is None and indicates no validation will be performed.
A reimplemented parent class method.
This method ensures that the delegate name is also set, if a delegate validator is being used.
This method ensures that the delegate index is also set, if a delegate validator is being used.