Overloading operator +=

C# | Visual Basic | Visual C++ |
public static MulticastDelegate operator +( MulticastDelegate del, EventHandler handler )
Public Shared Operator + ( _ del As MulticastDelegate, _ handler As EventHandler _ ) As MulticastDelegate
public: static MulticastDelegate^ operator +( MulticastDelegate^ del, EventHandler^ handler )

- del (MulticastDelegate)
- handler (EventHandler)
