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) |
Parameters
- selStart
- The value for the tracking selection start position.
- selEnd
- The value for the tracking selection end position.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7