Click or drag to resize
IWeakEventHandlerE Interface
The interface for event handlers that can hold a weak reference to a target.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IWeakEventHandler<E>
where E : EventArgs

Type Parameters

E

The IWeakEventHandlerE type exposes the following members.

Properties
  NameDescription
Public propertyHandler
The event handler.
Top
See Also