C# Class WpfDispatcher.PropertyNotificationInterceptor

Afficher le fichier Open project: shiftkey/NotifyPropertyWeaver

Méthodes publiques

Méthode Description
Intercept ( object target, System.Action onPropertyChangedAction, string propertyName ) : void

Method Details

Intercept() public static méthode

public static Intercept ( object target, System.Action onPropertyChangedAction, string propertyName ) : void
target object
onPropertyChangedAction System.Action
propertyName string
Résultat void