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