IPopupHostProvider Interface
Not client implementable.
Note: This interface is not client implementable. You need to enable PrivateApi if you want to implement this interface.
Diagnostics interface to retrieve an associated IPopupHost.
Definition
Namespace: Avalonia.Controls.Diagnostics
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
[NotClientImplementableAttribute]
public interface IPopupHostProvider
<NotClientImplementableAttribute>
Public Interface IPopupHostProvider
[<NotClientImplementableAttribute>]
type IPopupHostProvider = interface end
Properties
PopupHost | The popup host. |
Events
PopupHostChanged | Raised when the popup host changes. |