Difference between event.target and this

Hi all, i am a little new to this ActionScript thing, and I find problem trying to understand this one thing:

When I call an event listener function, then sometimes we use

event.target.

and sometimes

this.

What’s the difference between the two?