Class
PageFlipEventArgs

EventArgs used by the PreviewPageFlipStarted, PageFlipStarted and PageFlipEnded events.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

cs-api-definition
public class PageFlipEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsPageFlipEventArgs

Constructors

PageFlipEventArgs(object, RadBookItem, RoutedEvent)

Initializes a new instance of the PageFlipEventArgs class.

Declaration

cs-api-definition
public PageFlipEventArgs(object source, RadBookItem page, RoutedEvent routedEvent)

Parameters

source

object

The source.

page

RadBookItem

The page.

routedEvent

RoutedEvent

The routed event.

Properties

Page

Gets the page being flipped.

Declaration

cs-api-definition
public RadBookItem Page { get; }

Property Value

RadBookItem

The page.