TextBox::OnPropertyChanged Method (DependencyPropertyChangedEventArgs)

 

Called when one or more of the dependency properties that exist on the element have had their effective values changed.

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

protected:
virtual void OnPropertyChanged(
	DependencyPropertyChangedEventArgs e
) override

Parameters

e
Type: System.Windows::DependencyPropertyChangedEventArgs

Arguments for the associated event.

.NET Framework
Available since 3.0
Return to top
Show: