Interface IPopupHostProvider
- Namespace
- Avalonia.Controls.Diagnostics
- Assembly
- Avalonia.Controls.dll
Diagnostics interface to retrieve an associated IPopupHost.
[NotClientImplementable]
public interface IPopupHostProvider
Properties
PopupHost
The popup host.
IPopupHost? PopupHost { get; }
Property Value
Events
PopupHostChanged
Raised when the popup host changes.
event Action<IPopupHost?>? PopupHostChanged