Skip to main content

WeakEventSubscriber<TEventArgs> Class

Definition

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

public sealed class WeakEventSubscriber<TEventArgs> : IWeakEventSubscriber<TEventArgs>
where TEventArgs : EventArgs

InheritanceObject → WeakEventSubscriber(TEventArgs)
ImplementsIWeakEventSubscriber(TEventArgs)

Type Parameters

Constructors

WeakEventSubscriber(TEventArgs)()Initializes a new instance of the WeakEventSubscriber(TEventArgs) class

Methods

Equals(Object)Determines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCode()Serves as the default hash function.
(Inherited from Object)
GetType()Gets the Type of the current instance.
(Inherited from Object)
ToString()Returns a string that represents the current object.
(Inherited from Object)

Events

Event 

See Also

Reference

Avalonia.Utilities Namespace