New to Telerik UI for WPFStart a free 30-day trial

EventArgs used by the PreviewPageFlipStarted, PageFlipStarted and PageFlipEnded events.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

C#
public class PageFlipEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsPageFlipEventArgs

Constructors

Initializes a new instance of the PageFlipEventArgs class.

C#
public PageFlipEventArgs(object source, RadBookItem page, RoutedEvent routedEvent)
Parameters:sourceobject

The source.

pageRadBookItem

The page.

routedEventRoutedEvent

The routed event.

Properties

Gets the page being flipped.

C#
public RadBookItem Page { get; }
Property Value:

The page.