Skip to main content

IStreamPlugin Interface

Defines a plugin that handles the '^' stream binding operator.

Definition

Namespace: Avalonia.Data.Core.Plugins
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public interface IStreamPlugin
View Source

Methods

Match(WeakReference(Object))Checks whether this plugin handles the specified value.
Start(WeakReference(Object))Starts producing output based on the specified value.

See Also

Reference

Avalonia.Data.Core.Plugins Namespace