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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Multimedia Assembly