Skip to main content

InteractiveExtensions Class

Provides extension methods for the Interactive interface.

Definition

Namespace: Avalonia.Interactivity
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public static class InteractiveExtensions
View Source
InheritanceObject → 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).

See Also

Reference

Avalonia.Interactivity Namespace