Summary
Manages subscriptions to events using weak listeners.
- Namespace
- Avalonia
.Utilities - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["WeakSubscriptionManager"]
class Type type-node
Syntax
public static class WeakSubscriptionManager
Methods
Name | Value | Summary |
---|---|---|
Subscribe |
void |
Subscribes to an event on an object using a weak subscription.
static
|
Unsubscribe |
void |
Unsubscribes from an event.
static
|