RichTextBox for WinRT
PainterChanged Event (IRichTextPainter)


Fired when the painter needs to repaint a text range.
Syntax
'Declaration
 
Event PainterChanged As System.EventHandler(Of RichTextPainterChangeEventArgs)
'Usage
 
Dim instance As IRichTextPainter
Dim handler As System.EventHandler(Of RichTextPainterChangeEventArgs)
 
AddHandler instance.PainterChanged, handler
event System.EventHandler<RichTextPainterChangeEventArgs> PainterChanged
Event Data

The event handler receives an argument of type RichTextPainterChangeEventArgs containing data related to this event. The following RichTextPainterChangeEventArgs properties provide information specific to this event.

PropertyDescription
RangeGets the range that needs to be painted.  
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IRichTextPainter Interface
IRichTextPainter Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback