Skip to main content

TabPage.ItemHeaderTapped Event

In This Article

Namespace: DevExpress.XamarinForms.Navigation

Assembly: DevExpress.XamarinForms.Navigation.dll

NuGet Package: DevExpress.XamarinForms.Navigation

#Declaration

C#
public event ItemHeaderTappedEventHandler ItemHeaderTapped

#Event Data

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

Property Description
Cancel Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs.
Index
See Also