C# Class WpfDispatcher.PropertyNotificationInterceptor

Show file Open project: shiftkey/NotifyPropertyWeaver

Public Methods

Method Description
Intercept ( object target, System.Action onPropertyChangedAction, string propertyName ) : void

Method Details

Intercept() public static method

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