MonobjcMonobjc Documented Class Library
PDFDocument..::..DidMatchStringEventHandler Delegate
NamespacesMonobjc.QuartzPDFDocumentPDFDocument..::..DidMatchStringEventHandler

Called for every match found during a find operation.

Original signature is '- (void)didMatchString:(PDFSelection *)instance'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public delegate void DidMatchStringEventHandler(
	PDFSelection instance
)
Public Delegate Sub DidMatchStringEventHandler ( _
	instance As PDFSelection _
)
public delegate void DidMatchStringEventHandler(
	PDFSelection^ instance
)
Parameters
instance (PDFSelection)
MISSING
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Quartz (Module: Monobjc.Quartz)