Skip to main content

IWeakEventSubscriber<TEventArgs> Interface

Defines a listener to a event subscribed vis the WeakEvent(TSender, TEventArgs).

Definition

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

public interface IWeakEventSubscriber<in TEventArgs>
where TEventArgs : EventArgs

View Source

Type Parameters

The type of the event arguments.

Methods

OnEvent(Object, WeakEvent, TEventArgs) 

See Also

Reference

Avalonia.Utilities Namespace