Click or drag to resize

OnActionEventHandler Delegate

[Missing <summary> documentation for "T:pdftron.PDF.OnActionEventHandler"]

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public delegate void OnActionEventHandler(
	Object sender,
	ActionEventArgs e
)

Parameters

sender
Type: SystemObject
e
Type: pdftron.PDFActionEventArgs
See Also