Represents a method that can handle the LoadVisitedDocument event on a C1PreviewPane. The handler should load the document from custom user-defined storage.

Namespace:  C1.Win.C1Preview
Assembly:  C1.Win.C1Report.2 (in C1.Win.C1Report.2.dll)

Syntax

C#
public delegate void LoadVisitedDocumentEventHandler(
	Object sender,
	LoadVisitedDocumentEventArgs e
)
Visual Basic
Public Delegate Sub LoadVisitedDocumentEventHandler ( _
	sender As Object, _
	e As LoadVisitedDocumentEventArgs _
)

Parameters

sender
Type: System..::..Object
The source of event.
e
Type: C1.Win.C1Preview..::..LoadVisitedDocumentEventArgs
LoadVisitedDocumentEventArgs object containing event data.

See Also