Represents a method that can handle the SaveVisitedDocument event on a C1PreviewPane. The handler should save the document to custom user-defined storage.

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

Syntax

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

Parameters

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

See Also