WeakEventSubscriber<TEventArgs> Class
Definition
Namespace: Avalonia.Utilities
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public sealed class WeakEventSubscriber<TEventArgs> : IWeakEventSubscriber<TEventArgs>
where TEventArgs : EventArgs
Public NotInheritable Class WeakEventSubscriber(Of TEventArgs As EventArgs)
Implements IWeakEventSubscriber(Of TEventArgs)
[<SealedAttribute>]
type WeakEventSubscriber<'TEventArgs when 'TEventArgs : EventArgs> =
class
interface IWeakEventSubscriber<'TEventArgs>
end
Inheritance | Object → WeakEventSubscriber(TEventArgs) |
Implements | IWeakEventSubscriber(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 |