WeakSubscriber.IHandler<TEventArgs> Interface
Provides access to an event handler.
Namespace: DevExpress.Maui.Mvvm
Assembly: DevExpress.Maui.Mvvm.dll
NuGet Package: DevExpress.Maui.Mvvm
Declaration
public interface IHandler<TEventArgs>
Type Parameters
Name | Description |
---|---|
TEventArgs | The type of event arguments associated with events handled by the interface. |
Extension Methods
See Also