ITextView2.MaxTextRightCoordinateChanged 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.
Raised whenever the view's MaxTextRightCoordinate is changed.
public:
event EventHandler ^ MaxTextRightCoordinateChanged;
event EventHandler MaxTextRightCoordinateChanged;
member this.MaxTextRightCoordinateChanged : EventHandler
Event MaxTextRightCoordinateChanged As EventHandler
Event Type
Remarks
This event will only be rasied if the MaxTextRightCoordinate is changed by changing the MinMaxTextRightCoordinate property (it will not be raised as a side-effect of a layout even if the layout does change the MaxTextRightCoordinate).