# Events

# Naming

Events will often be fired before or after the actual event. This should be very clear by the tense used in their name.

E.g. CreatingUser before the then user is created and UserCreated after the user is created.

# Properties

Always use public visibility for properties that needs to be access from event listener.