IWeakSubscriber<THandler>.Handler Property
Gets the event handler.
Namespace: DevExpress.Maui.Mvvm
Assembly: DevExpress.Maui.Mvvm.dll
NuGet Package: DevExpress.Maui.Mvvm
Declaration
THandler Handler { get; }
Property Value
Type | Description |
---|---|
THandler | The event handler. |
See Also