[]
        
(Showing Draft Content)

C1.Win.C1Preview.LoadVisitedDocumentEventHandler

LoadVisitedDocumentEventHandler Delegate

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.PrintPreview.8.dll
Syntax
public delegate void LoadVisitedDocumentEventHandler(object sender, LoadVisitedDocumentEventArgs e)
Parameters
Type Name Description
object sender

The source of event.

LoadVisitedDocumentEventArgs e

LoadVisitedDocumentEventArgs object containing event data.

Constructors

Name Description
LoadVisitedDocumentEventHandler(object, nint)

Methods

Name Description
BeginInvoke(object, LoadVisitedDocumentEventArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, LoadVisitedDocumentEventArgs)

See Also