Skip to main content

PaneClosing Event

Fired when the pane is closing.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

public event EventHandler<CancelRoutedEventArgs> PaneClosing
View Source

Value

EventHandler(CancelRoutedEventArgs)

Remarks

The event args Cancel property may be set to true to cancel the event and keep the pane open.

See Also

Reference

SplitView Class
Avalonia.Controls Namespace