Skip to main content

DXToolbar.SelectedPageChanged Event

Fires when the opened ToolbarPage is changed.

Namespace: DevExpress.Maui.Controls

Assembly: DevExpress.Maui.Controls.dll

NuGet Package: DevExpress.Maui.Controls

Declaration

public event EventHandler<ValueChangedEventArgs<ToolbarPage>> SelectedPageChanged

Event Data

The SelectedPageChanged event's data class is ValueChangedEventArgs<ToolbarPage>. The following properties provide information specific to this event:

Property Description
NewValue Gets the new value of a property.
OldValue Gets the old value of a property.
See Also