DjVu Namespace > Document Class : Rotating Event |
Public Event Rotating As EventHandler(Of PageRotationEventArgs)
Dim instance As Document Dim handler As EventHandler(Of PageRotationEventArgs) AddHandler instance.Rotating, handler
public event EventHandler<PageRotationEventArgs> Rotating
public: event EventHandler<PageRotationEventArgs^>^ Rotating
The event handler receives an argument of type PageRotationEventArgs containing data related to this event. The following PageRotationEventArgs properties provide information specific to this event.
Property | Description |
---|---|
AcceptRotation | |
From | |
Page | |
To |
Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family