.NET Framework Class Library

DocumentLoadedEventArgs Class

<< Click to Display Table of Contents >>

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

.NET Framework Class Library

DocumentLoadedEventArgs Class

Represents details passed to DocumentLoaded event handler.

Namespace: Gnostice.Controls.WPF

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

Syntax

Visual Basic

Public Class DocumentLoadedEventArgs _
 Inherits RoutedEventArgs

C#

public class DocumentLoadedEventArgs : RoutedEventArgs

Visual C++

public ref class DocumentLoadedEventArgs : public RoutedEventArgs

Inheritance Hierarchy

System.Object

System.EventArgs

  System.Windows.RoutedEventArgs

    Gnostice.Controls.WPF.DocumentLoadedEventArgs

See Also

DocumentLoadedEventArgs Members

Gnostice.Controls.WPF Namespace