Class EventEntry
Represents a message for an event.
The Tooltip, source Document and page index are optional.
If the Document is set then clicking on the event in the event list will cause it to be openend in the PdfView
Inheritance
System.Object
EventEntry
Assembly: Catalog.dll
Syntax
Constructors
EventEntry(String)
Declaration
public EventEntry(string message)
Parameters
Type |
Name |
Description |
System.String |
message |
|
EventEntry(String, String)
Declaration
public EventEntry(string message, string tooltip)
Parameters
Type |
Name |
Description |
System.String |
message |
|
System.String |
tooltip |
|
Properties
Document
Declaration
public DocumentSource Document { get; set; }
Property Value
Message
Declaration
public string Message { get; set; }
Property Value
Type |
Description |
System.String |
|
PageIndex
Declaration
public int PageIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Tooltip
Declaration
public string Tooltip { get; set; }
Property Value
Type |
Description |
System.String |
|