Table of Contents

Property this

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

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

Property Value

object