  | TesseractOcrOnBeforeRecognitionEventHandler Delegate | 
Represents the method that will handle the OnBeforeRecognition Event
 
Namespace: DevScope.Ocr.Tesseract.WindowsPhoneAssembly: DevScope.Ocr.Tesseract.WindowsPhone (in DevScope.Ocr.Tesseract.WindowsPhone.dll) Version: 255.255.255.255
Syntaxpublic delegate void TesseractOcrOnBeforeRecognitionEventHandler(
	TesseractOcrEngine sender,
	TesseractOcrBeforeRecognitionEventArgs e
)
Public Delegate Sub TesseractOcrOnBeforeRecognitionEventHandler ( 
	sender As TesseractOcrEngine,
	e As TesseractOcrBeforeRecognitionEventArgs
)
public delegate void TesseractOcrOnBeforeRecognitionEventHandler(
	[InAttribute] TesseractOcrEngine^ sender, 
	[InAttribute] TesseractOcrBeforeRecognitionEventArgs^ e
)
Parameters
- sender
 - Type: DevScope.Ocr.Tesseract.WindowsPhoneTesseractOcrEngine
The sender. - e
 - Type: DevScope.Ocr.Tesseract.WindowsPhoneTesseractOcrBeforeRecognitionEventArgs
Holds data related to the OnBeforeRecognition Event. 
See Also