Skip to main content

TargetWeakEventSubscriber<TTarget, TEventArgs> Class

Definition

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

public sealed class TargetWeakEventSubscriber<TTarget, TEventArgs> : IWeakEventSubscriber<TEventArgs>
where TEventArgs : EventArgs

InheritanceObject → TargetWeakEventSubscriber(TTarget, TEventArgs)
ImplementsIWeakEventSubscriber(TEventArgs)

Type Parameters

Constructors

TargetWeakEventSubscriber(TTarget, TEventArgs)(TTarget, Action(TTarget, Object, WeakEvent, TEventArgs))Initializes a new instance of the TargetWeakEventSubscriber(TTarget, 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)

See Also

Reference

Avalonia.Utilities Namespace