Scheduler for WPF and Silverlight | ComponentOne
C1.WPF.PdfViewer Namespace / AttachmentClickEventArgs Class / Handled Property

In This Topic
    Handled Property (AttachmentClickEventArgs)
    In This Topic
    Indicates whether the C1PdfViewer.AttachmentClick event has been handled by an event listener and C1PdfViewer should do nothing.
    Syntax
    'Declaration
     
    
    Public Property Handled As Boolean
    public bool Handled {get; set;}
    See Also