C# Class Com.Aote.Utils.DependencyObjectExtension

Afficher le fichier Open project: DuBin1988/restv2

Méthodes publiques

Méthode Description
Watch ( this source, string dependencyPropertyName, PropertyChangedCallback callback ) : void

Method Details

Watch() public static méthode

public static Watch ( this source, string dependencyPropertyName, PropertyChangedCallback callback ) : void
source this
dependencyPropertyName string
callback PropertyChangedCallback
Résultat void