Contains data for the LoadVisitedDocument event of a C1PreviewPane.

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

Syntax

C#
public class LoadVisitedDocumentEventArgs : SaveVisitedDocumentEventArgs
Visual Basic
Public Class LoadVisitedDocumentEventArgs _
	Inherits SaveVisitedDocumentEventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    C1.Win.C1Preview..::..SaveVisitedDocumentEventArgs
      C1.Win.C1Preview..::..LoadVisitedDocumentEventArgs

See Also