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