Table of Contents

Class PropertyChangedWeakEventHandler<T>

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

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.

Operators

implicit operator PropertyChangedEventHandler(PropertyChangedWeakEventHandler<T>)