PDFView4NET WinForms Edition


SelectedFileAttachmentChanged Event
Gets or sets the event that is fired when the selected file attachment is changed.
Syntax
'Declaration
 
<CategoryAttribute("PDF")>
<DescriptionAttribute("The event that is fired when the select file attachment changes")>
<DefaultValueAttribute("")>
Public Event SelectedFileAttachmentChanged As EventHandler
'Usage
 
Dim instance As PDFFileAttachmentsView
Dim handler As EventHandler
 
AddHandler instance.SelectedFileAttachmentChanged, handler
[Category("PDF")]
[Description("The event that is fired when the select file attachment changes")]
[DefaultValue("")]
public event EventHandler SelectedFileAttachmentChanged
Requirements

Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025

See Also