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

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