Class PdfSharpEventArgs
Base class for EventArgs in PDFsharp.
public abstract class PdfSharpEventArgs : EventArgs
- Inheritance
-
PdfSharpEventArgs
- Derived
- Inherited Members
Constructors
PdfSharpEventArgs(PdfObject)
Base class for EventArgs in PDFsharp.
protected PdfSharpEventArgs(PdfObject source)
Parameters
source
PdfObject
Properties
Source
The source of the event.
public PdfObject Source { get; set; }