.NET Framework Class Library

PaginatedView.DocumentLoaded Event

<< Click to Display Table of Contents >>

.NET Framework Class Library

PaginatedView.DocumentLoaded Event

Namespace: Gnostice.Controls.Xamarin

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

Syntax

Visual Basic

Public Event DocumentLoaded As EventHandler(Of DocumentLoadedEventArgs)

C#

public event EventHandler<DocumentLoadedEventArgsDocumentLoaded

Visual C++

public:
virtual  event EventHandler<DocumentLoadedEventArgs^>^ DocumentLoaded {
 void add (EventHandler<DocumentLoadedEventArgs^>^ value);
 void remove (EventHandler<DocumentLoadedEventArgs^>^ value);
}

Implements

IPaginatedView.DocumentLoaded

See Also

PaginatedView Class

PaginatedView Members

Gnostice.Controls.Xamarin Namespace