What does plus equals(+=) operator means here?

This question already has answers here:+= operator with Events (6 answers)Closed 7 years ago. I was working out sample code of Windows phone and often I see statements with += operator. I know about add assignment operator which does the below operation But this is new to me Here how does += works?