.NET Framework Class Library

ServerDocViewerEventDispatcher.BeforeLoadDocument Method

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Controls.ASP Namespace > ServerDocViewerEventDispatcher Class > ServerDocViewerEventDispatcher Methods >

.NET Framework Class Library

ServerDocViewerEventDispatcher.BeforeLoadDocument Method

Namespace: Gnostice.Controls.ASP

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

Syntax

Visual Basic

Public Sub BeforeLoadDocument ( _
 eventArgs As BeforeDocumentLoadEventArgs _
)

C#

public void BeforeLoadDocument(
 BeforeDocumentLoadEventArgs eventArgs
)

Visual C++

public:
void BeforeLoadDocument(
 BeforeDocumentLoadEventArgseventArgs
)

Parameters

eventArgs

Type: Gnostice.Controls.ASP.BeforeDocumentLoadEventArgs

See Also

ServerDocViewerEventDispatcher Class

ServerDocViewerEventDispatcher Members

Gnostice.Controls.ASP Namespace