AutoCompleteBox.

DropDownOpening Event

Summary

Occurs when the value of the IsDropDownOpen property is changing from false to true.
Namespace
Avalonia.Controls
Containing Type
AutoCompleteBox
Event Type
EventHandler<CancelEventArgs>

Syntax

public event EventHandler<CancelEventArgs> DropDownOpening