ITextSelection.SelectionChanged Event
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.
Occurs when Select or Clear start to be called. The sender of the event will be this ITextSelection.
public:
event EventHandler ^ SelectionChanged;
event EventHandler SelectionChanged;
member this.SelectionChanged : EventHandler
Event SelectionChanged As EventHandler
Event Type
Remarks
This event is not raised if the selection shrinks or grows as a result of its associated span expanding or shrinking.