In This Topic

PageRotated Event

In This Topic
Specifies the event handler for a page rotation.
Syntax
'Declaration

 

Public Event PageRotated As EventHandler(Of GdViewer.PageRotatedEventArgs)
public event EventHandler<GdViewer.PageRotatedEventArgs> PageRotated
public event PageRotated: EventHandler; 
In JScript, you can handle the events defined by another class, but you cannot define your own.
public: __event EventHandler<GdViewer.PageRotatedEventArgs*>* PageRotated
public:

event EventHandler<GdViewer.PageRotatedEventArgs^>^ PageRotated
See Also