CustomPopupPlacementCallback Delegate
Represents a method that provides custom positioning for a Popup control.
Definition
Namespace: Avalonia.Controls.Primitives.PopupPositioning
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public delegate void CustomPopupPlacementCallback(
CustomPopupPlacement parameters
)
Public Delegate Sub CustomPopupPlacementCallback (
parameters As CustomPopupPlacement
)
type CustomPopupPlacementCallback =
delegate of
parameters : CustomPopupPlacement -> unit