Summary
Provides extension methods for the
IInteractive
interface.
- Namespace
- Avalonia
.Interactivity - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["InteractiveExtensions"]
class Type type-node
Syntax
public static class InteractiveExtensions
Methods
Name | Value | Summary |
---|---|---|
AddDisposableHandler |
IDisposable |
Adds a handler for the specified routed event and returns a disposable that can terminate the event subscription.
static
|
GetObservable |
IObservable |
Gets an observable for a
RoutedEvent<TEventArgs> .
static
|