OnActionEventHandler Delegate |
[Missing <summary> documentation for "T:pdftron.PDF.OnActionEventHandler"]
Namespace: pdftron.PDF
public delegate void OnActionEventHandler( Object sender, ActionEventArgs e )
Public Delegate Sub OnActionEventHandler ( sender As Object, e As ActionEventArgs )
public delegate void OnActionEventHandler( [InAttribute] Object^ sender, [InAttribute] ActionEventArgs^ e )
function(sender, e);