Event raised when the [P:FindCount] property has changed.

Namespace:  C1.Silverlight.PdfViewer
Assembly:  C1.Silverlight.PdfViewer (in C1.Silverlight.PdfViewer.dll)

Syntax

C#
public event EventHandler<PropertyChangedEventArgs<int>> FindCountChanged
Visual Basic
Public Event FindCountChanged As EventHandler(Of PropertyChangedEventArgs(Of Integer))

See Also