ReportViewer for WPF and Silverlight | ComponentOne
C1.WPF.ReportViewer Namespace / C1ReportViewer Class / AttachmentClick Event

In This Topic
    AttachmentClick Event
    In This Topic
    Fired when click on attachment icon in the pdf file.
    Syntax
    'Declaration
     
    Public Event AttachmentClick As EventHandler(Of AttachmentClickEventArgs)
    public event EventHandler<AttachmentClickEventArgs> AttachmentClick
    Event Data

    The event handler receives an argument of type AttachmentClickEventArgs containing data related to this event. The following AttachmentClickEventArgs properties provide information specific to this event.

    PropertyDescription
    The author of attachment.  
    The content of attachment.  
    Indicates whether the C1ReportViewer.AttachmentClick event has been handled by an event listener and C1ReportViewer should do nothing.  
    The name of attachment.  
    See Also