.NET Framework Class Library

IFlowDocument.PageReady Event

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.DOM Namespace > IFlowDocument Interface > IFlowDocument Events >

.NET Framework Class Library

IFlowDocument.PageReady Event

Namespace: Gnostice.Core.DOM

Assembly:  Gnostice.Core (in Gnostice.Core.dll)

Syntax

Visual Basic

Event PageReady As EventHandler(Of PageReadyEventArgs)

C#

event EventHandler<PageReadyEventArgsPageReady

Visual C++

 event EventHandler<PageReadyEventArgs^>^ PageReady {
 void add (EventHandler<PageReadyEventArgs^>^ value);
 void remove (EventHandler<PageReadyEventArgs^>^ value);
}

See Also

IFlowDocument Interface

IFlowDocument Members

Gnostice.Core.DOM Namespace