PDFView4NET WinForms Edition
SelectedFileAttachmentChanged Event




O2S.Components.PDFView4NET Namespace > PDFFileAttachmentsView Class : 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
[Category("PDF")]
[Description("The event that is fired when the select file attachment changes")]
[DefaultValue("")]
public: __event EventHandler* SelectedFileAttachmentChanged
[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 Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFFileAttachmentsView Class
PDFFileAttachmentsView Members