C# Класс WPFUtils.DependencyPropertyChangeNotifier

Notifies of property changes in a weak manner.
Наследование: System.Windows.DependencyObject, IDisposable
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
WatcherProperty System.Windows.DependencyProperty

Открытые методы

Метод Описание
DependencyPropertyChangeNotifier ( DependencyObject propertySource, DependencyProperty property ) : System

Constructs a property notifier.

Dispose ( ) : void

Приватные методы

Метод Описание
OnPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Описание методов

DependencyPropertyChangeNotifier() публичный Метод

Constructs a property notifier.
public DependencyPropertyChangeNotifier ( DependencyObject propertySource, DependencyProperty property ) : System
propertySource System.Windows.DependencyObject The source object to watch.
property System.Windows.DependencyProperty The property to watch.
Результат System

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

Описание свойств

WatcherProperty публичное статическое свойство

public static DependencyProperty,System.Windows WatcherProperty
Результат System.Windows.DependencyProperty