DXToolbar.SelectedPageChanged Event
In This Article
Fires when the opened ToolbarPage is changed.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
#Declaration
C#
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 |
---|---|
New |
Gets the new value. |
Old |
Gets the old value. |
See Also