XFINIUM.PDF.View.Win Documentation
ContentSizeChanged Event



Xfinium.Pdf.View Namespace > PdfDocumentView Class : ContentSizeChanged Event
Gets or sets the event that is fired when the size of displayed content changes.
Syntax
'Declaration
 
<CategoryAttribute("PDF")>
<DescriptionAttribute("The event that is fired when the size of displayed content has changed")>
Public Event ContentSizeChanged As EventHandler(Of EventArgs)
'Usage
 
Dim 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
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfDocumentView Class
PdfDocumentView Members