RichTextBox for WinRT
TextChanged Event (C1RichTextBox)


Fired when there is a change in the document.
Syntax
'Declaration
 
Public Event TextChanged As System.EventHandler(Of C1TextChangedEventArgs)
'Usage
 
Dim instance As C1RichTextBox
Dim handler As System.EventHandler(Of C1TextChangedEventArgs)
 
AddHandler instance.TextChanged, handler
public event System.EventHandler<C1TextChangedEventArgs> TextChanged
Event Data

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

PropertyDescription
ActionReturns the action performed on the text.  
RangeReturns the range of text changed.  
SourceReturns the C1TextElement where the change occurred.  
StylePropertyReturns the StyleProperty that changed.  
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

C1RichTextBox Class
C1RichTextBox Members

 

 


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

Product Support Forum  |  Documentation Feedback