C# Class WPFUtils.DependencyPropertyWeakEventManager

Inheritance: System.Windows.WeakEventManager
Afficher le fichier Open project: BravoAlpha/WPFUtils

Private Properties

Свойство Type Description
GetDependencyProperty System.Windows.DependencyProperty
SetDependencyProperty void

Méthodes publiques

Méthode Description
AddListener ( DependencyObject source, IWeakEventListener listener, DependencyProperty property ) : void
RemoveListener ( DependencyObject source, IWeakEventListener listener ) : void

Méthodes protégées

Méthode Description
StartListening ( object source ) : void
StopListening ( object source ) : void

Private Methods

Méthode Description
GetDependencyProperty ( DependencyObject obj ) : DependencyProperty
SetDependencyProperty ( DependencyObject obj, DependencyProperty value ) : void

Method Details

AddListener() public static méthode

public static AddListener ( DependencyObject source, IWeakEventListener listener, DependencyProperty property ) : void
source System.Windows.DependencyObject
listener IWeakEventListener
property System.Windows.DependencyProperty
Résultat void

RemoveListener() public static méthode

public static RemoveListener ( DependencyObject source, IWeakEventListener listener ) : void
source System.Windows.DependencyObject
listener IWeakEventListener
Résultat void

StartListening() protected méthode

protected StartListening ( object source ) : void
source object
Résultat void

StopListening() protected méthode

protected StopListening ( object source ) : void
source object
Résultat void