Class PropertyChangedWeakEventHandler<T>
Provides methods for creating PropertyChangedWeakEvent handlers.
public class PropertyChangedWeakEventHandler<T> : IPropertyChangedWeakEventHandler where T : class
Type Parameters
T
The type of the event source.
- Inheritance
-
PropertyChangedWeakEventHandler<T>
- Implements
Constructors
- PropertyChangedWeakEventHandler(PropertyChangedEventHandler, PropertyChangedUnregisterCallback)
Constructs a new WeakEventHandler.
Properties
- Handler
Get an event handler.
Methods
- Invoke(object, PropertyChangedEventArgs)
Invokes the event handler if the source is still alive.