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