ECMA-334 C# Language Specification

14.13.3: Event assignment

If the left operand of a += or -= operator is classified as an event access, then the expression is evaluated as follows:

An event assignment expression does not yield a value. Thus, an event assignment expression is valid only in the context of a statement-expression (15.6).