Class PDFViewWPF.ActionEventArgs
Class for Transporting the OnAction event
Inherited Members
Namespace: pdftron.PDF
Assembly: PDFNet.dll
Syntax
public sealed class PDFViewWPF.ActionEventArgs
Properties
Action
Gets the Action that is about to be executed
Declaration
public Action Action { get; }
Property Value
Type | Description |
---|---|
Action |
Handled
If set to true, the PDFViewCtrl will not try to execute it internally.
Declaration
public bool Handled { get; set; }
Property Value
Type | Description |
---|---|
bool |