SelectionChangedEventHandler Delegate
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
SelectionChanged event handler delegate.
Namespace:Bytescout.PDFViewerAssembly: 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