IStreamPlugin Interface
Defines a plugin that handles the '^' stream binding operator.
Definition
Namespace: Avalonia.Data.Core.Plugins
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public interface IStreamPlugin
Public Interface IStreamPlugin
type IStreamPlugin = interface end
Methods
Match(WeakReference(Object)) | Checks whether this plugin handles the specified value. |
Start(WeakReference(Object)) | Starts producing output based on the specified value. |