TrackingSelectionChangedEventArgs Constructor

Summary
The TrackingSelectionChangedEventArgs object is the event arguments object for the TrackingSelectionChangedEventHandler. For more information, see TrackingSelectionChangedEventHandler
Syntax
C#
VB
C++
Public Function New( _ 
   ByVal selStart As Integer, _ 
   ByVal selEnd As Integer _ 
) 
public: 
TrackingSelectionChangedEventArgs(  
   int selStart, 
   int selEnd 
) 

Parameters

selStart
The value for the tracking selection start position.

selEnd
The value for the tracking selection end position.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Multimedia Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.