PDFViewCtrlOnAction Event |
Occurs when the PDFViewCtrl is about to execute an action.
In order to prevent the viewer from executing the action internally, you can set
ActionEventArgs.Handled to true;
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public event OnActionEventHandler OnAction
Public Event OnAction As OnActionEventHandler
public:
virtual event OnActionEventHandler^ OnAction {
void add (OnActionEventHandler^ value);
void remove (OnActionEventHandler^ value);
}
function add_OnAction(value);
function remove_OnAction(value);
Value
Type:
pdftron.PDFOnActionEventHandlerSee Also