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.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
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.

См. также