'Declaration
<ObsoleteAttribute("Use the ScrollChanged event instead.")>
Public Event PageScrolled As EventHandler
'Usage
Dim instance As PageView
Dim handler As EventHandler
AddHandler instance.PageScrolled, handler
[ObsoleteAttribute("Use the ScrollChanged event instead.")]
public event EventHandler PageScrolled
[ObsoleteAttribute("Use the ScrollChanged event instead.")]
public: __event EventHandler* PageScrolled
[ObsoleteAttribute("Use the ScrollChanged event instead.")]
public:
event EventHandler^ PageScrolled