Click or drag to resize

DocumentsDocumentTitleChangedHandler Delegate

Namespace:  OmniPageCSDK.IproPlus
Assembly:  OmniPageCSDK.IproPlus (in OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public delegate void DocumentTitleChangedHandler(
	Document Document,
	int UniqueID,
	string Title
)

Parameters

Document
Type: OmniPageCSDK.IproPlusDocument
UniqueID
Type: SystemInt32
Title
Type: SystemString
See Also