WeakObservable Class

Summary

Provides extension methods for working with weak event handlers.
Namespace
Avalonia.Utilities
Base Types
  • object
graph BT Type-->Base0["object"] Type["WeakObservable"] class Type type-node

Syntax

public static class WeakObservable

Methods

Name Value Summary
FromEventPattern<TTarget, TEventArgs>(TTarget, string) IObservable<EventPattern<object, TEventArgs>>
Converts a .NET event conforming to the standard .NET event pattern into an observable sequence, subscribing weakly.
static