CaretPositionChangedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides information for the PositionChanged event.
public ref class CaretPositionChangedEventArgs : EventArgs
public class CaretPositionChangedEventArgs : EventArgs
type CaretPositionChangedEventArgs = class
inherit EventArgs
Public Class CaretPositionChangedEventArgs
Inherits EventArgs
- Inheritance
-
CaretPositionChangedEventArgs
Constructors
CaretPositionChangedEventArgs(ITextView, CaretPosition, CaretPosition) |
Initializes a new instance of CaretPositionChangedEventArgs. |
Properties
NewPosition |
Gets the new CaretPosition. |
OldPosition |
Gets the old CaretPosition. |
TextView |
Gets the ITextView that contains the caret. |