Property this
this[object]
The data associated with the given source. Subclasses chose what to store here; most commonly it is a ListenerList - a list of weak references to listeners.
protected object this[object source] { get; set; }
Parameters
source
object