InteractiveExtensions Class

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<TEventArgs>(IInteractive, RoutedEvent<TEventArgs>, EventHandler<TEventArgs>, RoutingStrategies, bool) IDisposable
Adds a handler for the specified routed event and returns a disposable that can terminate the event subscription.
static
GetObservable<TEventArgs>(IInteractive, RoutedEvent<TEventArgs>, RoutingStrategies, bool) IObservable<TEventArgs>
Gets an observable for a RoutedEvent<TEventArgs>.
static