IPopupHostProvider Interface

Diagnostics interface to retrieve an associated IPopupHost.

Definition

Namespace: Avalonia.Controls.Diagnostics
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
[NotClientImplementableAttribute]
public interface IPopupHostProvider

Properties

PopupHost The popup host.

Events

PopupHostChanged Raised when the popup host changes.

See Also