TextBoxBase.TextChanged Event
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.
Occurs when content changes in the text element.
public:
event System::Windows::Controls::TextChangedEventHandler ^ TextChanged;
public event System.Windows.Controls.TextChangedEventHandler TextChanged;
member this.TextChanged : System.Windows.Controls.TextChangedEventHandler
Public Custom Event TextChanged As TextChangedEventHandler
Event Type
Remarks
For a TextBox, this event occurs when its text changes; for a RichTextBox, this event occurs when any content or formatting changes (for example, images, table, or background color).
Routed Event Information
Identifier field | TextChangedEvent |
Routing strategy | Bubbling |
Delegate | TextChangedEventHandler |
Applies to
See also
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.