Skip to main content

HamburgerMenuHyperlinkButton.RequestNavigate Event

Occurs before the hyperlink navigates to the associated URI, and allows you to cancel the action.

Namespace: DevExpress.Xpf.WindowsUI

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

NuGet Package: DevExpress.Wpf.Controls

Declaration

public event EventHandler<CancelEventArgs> RequestNavigate

Event Data

The RequestNavigate event's data class is CancelEventArgs. The following properties provide information specific to this event:

Property Description
Cancel Gets or sets a value indicating whether the event should be canceled.

Remarks

The RequestNavigate event only fires if the HamburgerMenuHyperlinkButton.NavigateUri property is specified.

See Also