Implements a weak event listener that allows the owner to be garbage collected if its only remaining link is an event handler.
Object Model
Syntax
Delphi | |
---|
public class WeakEventListener |
JScript | |
---|
JScript does not support Generics. |
Type Parameters
- TInstance
- Type of instance listening for the event.
- TSource
- Type of source for the event.
- TEventArgs
- Type of event arguments for the event.
Inheritance Hierarchy
System.Object
Intersoft.Client.Framework.WeakEventListener<TInstance,TSource,TEventArgs>
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also