WPF - TextChangedEventArgs being fired twice, and when can e.Changes be greather than 1?
Posted
by halivingston
on Stack Overflow
See other posts from Stack Overflow
or by halivingston
Published on 2010-04-24T10:05:36Z
Indexed on
2010/04/24
10:13 UTC
Read the original article
Hit count: 222
wpf
TextChangedEventArgs is being fired twice in my RichTextBox control.
Is this normal?
Also, when will e.Changes (you know the TextChangedEventArgs) be > 1. The only case I can think of is someone pasting content into it.
But other times it seems in normal typing a person can really only change 1 paragraph right?
© Stack Overflow or respective owner