ClassPageFlipEventArgs
Class
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
The source.
page
The page.
routedEvent
RoutedEvent
The routed event.
Properties
Page
Gets the page being flipped.