C# Class WPFUtils.DependencyPropertyChangeNotifier

Notifies of property changes in a weak manner.
Inheritance: System.Windows.DependencyObject, IDisposable
ファイルを表示 Open project: BravoAlpha/WPFUtils

Public Properties

Property Type Description
WatcherProperty System.Windows.DependencyProperty

Public Methods

Method Description
DependencyPropertyChangeNotifier ( DependencyObject propertySource, DependencyProperty property ) : System

Constructs a property notifier.

Dispose ( ) : void

Private Methods

Method Description
OnPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

DependencyPropertyChangeNotifier() public method

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.
return System

Dispose() public method

public Dispose ( ) : void
return void

Property Details

WatcherProperty public_oe static_oe property

public static DependencyProperty,System.Windows WatcherProperty
return System.Windows.DependencyProperty