TextBoxBase.OnTextChanged(TextChangedEventArgs) Method
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.
Is called when content in this editing control changes.
protected:
virtual void OnTextChanged(System::Windows::Controls::TextChangedEventArgs ^ e);
protected virtual void OnTextChanged (System.Windows.Controls.TextChangedEventArgs e);
abstract member OnTextChanged : System.Windows.Controls.TextChangedEventArgs -> unit
override this.OnTextChanged : System.Windows.Controls.TextChangedEventArgs -> unit
Protected Overridable Sub OnTextChanged (e As TextChangedEventArgs)
Parameters
The arguments that are associated with the TextChanged event.
Remarks
This method raises a TextChanged event.
Applies to
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.