TableViewControlOnPropertyChanged - метод

Invoked whenever the effective value of any dependency property on this FrameworkElement has been updated. The specific dependency property that changed is reported in the arguments parameter. Overrides OnPropertyChanged(DependencyPropertyChangedEventArgs).

Definition

Пространство имён: Tessa.UI.Views.Content.Table
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.2.2+a8f0dd3c063817b2e3f05a923303d808e447c338
C#
protected override void OnPropertyChanged(
	DependencyPropertyChangedEventArgs e
)

Параметры

e  DependencyPropertyChangedEventArgs
The event data that describes the property that changed, as well as old and new values.

См. также