Skip to main content

AppBar.Closing Event

Occurs before the AppBar is closed.

Namespace: DevExpress.Xpf.WindowsUI

Assembly: DevExpress.Xpf.Controls.v23.2.dll

NuGet Package: DevExpress.Wpf.Controls

Declaration

public event AppBarClosingEventHandler Closing

Event Data

The Closing event's data class is DevExpress.Xpf.WindowsUI.AppBarEventArgs.

Remarks

The Closing event allows you to cancel closing the AppBar. To do this, set the AppBarEventArgs.Cancel property to true.

See Also