InteractiveExtensions Class
Provides extension methods for the Interactive interface.
Definition
Namespace: Avalonia.Interactivity
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public static class InteractiveExtensions
<ExtensionAttribute>
Public NotInheritable Class InteractiveExtensions
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type InteractiveExtensions = class end
| Inheritance | Object → InteractiveExtensions |
Methods
| AddDisposableHandler(TEventArgs)(Interactive, RoutedEvent(TEventArgs), EventHandler(TEventArgs), RoutingStrategies, Boolean) | Adds a handler for the specified routed event and returns a disposable that can terminate the event subscription. |
| GetInteractiveParent(Interactive) | |
| GetObservable(TEventArgs)(Interactive, RoutedEvent(TEventArgs), RoutingStrategies, Boolean) | Gets an observable for a RoutedEvent(TEventArgs). |