.NET Framework Class Library

PageCounterNotifier Delegate

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Controls.WPF Namespace >

.NET Framework Class Library

PageCounterNotifier Delegate

Namespace: Gnostice.Controls.WPF

Assembly:  Gnostice.Controls.WPF (in Gnostice.Controls.WPF.dll)

Syntax

Visual Basic

Public Delegate Sub PageCounterNotifier ( _
 pageNumber As Integer, _
 finished As Boolean _
)

C#

public delegate void PageCounterNotifier(
 int pageNumber,
 bool finished
)

Visual C++

public delegate void PageCounterNotifier(
 int pageNumber,
 bool finished
)

Parameters

pageNumber

Type: System.Int32

finished

Type: System.Boolean

See Also

Gnostice.Controls.WPF Namespace