Scheduler for WPF and Silverlight | ComponentOne
C1.WPF.PdfViewer Namespace / C1PdfViewer Class / AttachmentClick Event

In This Topic
    AttachmentClick Event
    In This Topic
    Fired when click on attachment icon.
    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 C1PdfViewer.AttachmentClick event has been handled by an event listener and C1PdfViewer should do nothing.  
    The name of attachment.  
    See Also