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