A static class that makes it easier to use weak event handlers.
Inheritance Hierarchy
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static class EventHandlerUtils
Public NotInheritable Class EventHandlerUtils
public ref class EventHandlerUtils abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type EventHandlerUtils = class end
The EventHandlerUtils type exposes the following members.
Methods
| Name | Description |
---|
| MakeWeakE |
Creates a weak event handler for an event.
|
TopSee Also