LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
TrackingSelectionChangedEventArgs Constructor
See Also 
Leadtools.Multimedia Namespace > TrackingSelectionChangedEventArgs Class : TrackingSelectionChangedEventArgs Constructor



selStart
The value for the tracking selection start position.
selEnd
The value for the tracking selection end position.
The TrackingSelectionChangedEventArgs object is the event arguments object for the TrackingSelectionChangedEventHandler. For more information, see TrackingSelectionChangedEventHandler

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal selStart As Integer, _
   ByVal selEnd As Integer _
)
Visual Basic (Usage)Copy Code
Dim selStart As Integer
Dim selEnd As Integer
 
Dim instance As New TrackingSelectionChangedEventArgs(selStart, selEnd)
C# 
public TrackingSelectionChangedEventArgs( 
   int selStart,
   int selEnd
)
C++/CLI 
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: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also