.NET Framework Class Library

DocumentLoadedEventHandler Delegate

<< Click to Display Table of Contents >>

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

.NET Framework Class Library

DocumentLoadedEventHandler Delegate

Represents handler for DocumentLoaded event.

Namespace: Gnostice.Controls.WPF

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

Syntax

Visual Basic

Public Delegate Sub DocumentLoadedEventHandler ( _
 sender As Object, _
 e As DocumentLoadedEventArgs _
)

C#

public delegate void DocumentLoadedEventHandler(
 Object sender,
 DocumentLoadedEventArgs e
)

Visual C++

public delegate void DocumentLoadedEventHandler(
 Objectsender,
 DocumentLoadedEventArgse
)

Parameters

sender

Type: System.Object

e

Type: Gnostice.Controls.WPF.DocumentLoadedEventArgs

See Also

Gnostice.Controls.WPF Namespace