TextBoxBase::OnTextChanged Method (TextChangedEventArgs^)

 

Is called when content in this editing control changes.

Namespace:   System.Windows.Controls.Primitives
Assembly:  PresentationFramework (in PresentationFramework.dll)

protected:
virtual void OnTextChanged(
	TextChangedEventArgs^ e
)

Parameters

e
Type: System.Windows.Controls::TextChangedEventArgs^

The arguments that are associated with the TextChanged event.

This method raises a TextChanged event.

.NET Framework
Available since 3.0
Return to top
Show: