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