Event raised when the [P:IsFlowing] property has changed.
Namespace:
C1.Silverlight.PdfViewerAssembly: C1.Silverlight.PdfViewer (in C1.Silverlight.PdfViewer.dll)
XMLNS for XAML: Not mapped to an xmlns.
Syntax
| C# |
|---|
public event EventHandler<PropertyChangedEventArgs<bool>> IsFlowingChanged |
| Visual Basic |
|---|
Public Event IsFlowingChanged As EventHandler(Of PropertyChangedEventArgs(Of Boolean)) |
| XAML Attribute Usage |
|---|
<object IsFlowingChanged="EventHandler<PropertyChangedEventArgs<bool>>" .../> |