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

In This Topic
    FindCountChanged Event (C1PdfViewer)
    In This Topic
    Event raised when the FindCount property has changed.
    Syntax
    'Declaration
     
    
    Public Event FindCountChanged As EventHandler(Of PropertyChangedEventArgs(Of Integer))
    public event EventHandler<PropertyChangedEventArgs<int>> FindCountChanged
    See Also