Link Search Menu Expand Document

SelectionChangedEventHandler Delegate

SelectionChanged event handler delegate.

Namespace:Bytescout.PDFViewer
Assembly: Bytescout.PDFViewer (in Bytescout.PDFViewer.dll) Version: 13.4.0.4759-master
Syntax
public delegate void SelectionChangedEventHandler(
	Object sender,
	SelectionChange selectionChange,
	int selectionIndex
)

Parameters

sender
Type: SystemObject
Event sender.
selectionChange
Type: Bytescout.PDFViewerSelectionChange
One of SelectionChange enum values.
selectionIndex
Type: SystemInt32
Index of changed selection rectangle in Selection array. -1 if irrelevant.
See Also

Reference