Exemple #1
0
 private void NotifyTextChanged()
 {
     if (Owner != null)             // OnTextChanged is called before the ctor has been executed...
     {
         var text = Owner.ProcessTextInput(Text);
         SetTextNative(text);
     }
 }