Table of Contents

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

IPopupHost

Events

PopupHostChanged

Raised when the popup host changes.

event Action<IPopupHost?>? PopupHostChanged

Event Type

Action<IPopupHost>