ITextView.GotAggregateFocus 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 the keyboard focus switches to the view or one of its adornments.
public:
event EventHandler ^ GotAggregateFocus;
event EventHandler GotAggregateFocus;
member this.GotAggregateFocus : EventHandler
Event GotAggregateFocus As EventHandler
Event Type
Remarks
This event is raised whenever the rendered text displayed in the text view changes. The text view changes whenever the view does a layout (when DisplayTextLineContainingBufferPosition is called), or in response to text or classification changes. It is also raised when the view scrolls horizontally, or when its size changes.