OnDownloadEventHandler Delegate |
[Missing <summary> documentation for "T:pdftron.PDF.OnDownloadEventHandler"]
Namespace: pdftron.PDF
public delegate void OnDownloadEventHandler( PDFViewCtrlDownloadedType type, int page_num, int obj_num, string msg )
Public Delegate Sub OnDownloadEventHandler ( type As PDFViewCtrlDownloadedType, page_num As Integer, obj_num As Integer, msg As String )
public delegate void OnDownloadEventHandler( [InAttribute] PDFViewCtrlDownloadedType type, [InAttribute] int page_num, [InAttribute] int obj_num, [InAttribute] String^ msg )
function(type, page_num, obj_num, msg);