public delegate string PdfViewTitle(PdfView sender);
type PdfViewTitle = delegate of PdfView -> string
Thank you.