'Declaration<CategoryAttribute("PDF")> <DescriptionAttribute("The event that is fired when the position of displayed content has changed")> Public Event ContentPositionChanged As EventHandler(Of EventArgs)
'UsageDim instance As PdfDocumentView Dim handler As EventHandler(Of EventArgs) AddHandler instance.ContentPositionChanged, handler
[Category("PDF")] [Description("The event that is fired when the position of displayed content has changed")] public event EventHandler<EventArgs> ContentPositionChanged
[Category("PDF")] [Description("The event that is fired when the position of displayed content has changed")] public: event EventHandler<EventArgs^>^ ContentPositionChanged