Opening Event
Occurs when the value of the IsOpen property is changing from false to true.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public event CancelEventHandler Opening
Public Event Opening As CancelEventHandler
member Opening : IEvent<CancelEventHandler,
CancelEventArgs>