'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