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 |
IObservable |
Converts a .NET event conforming to the standard .NET event pattern into an observable
sequence, subscribing weakly.
static
|