C# Class PropertyNotificationInterceptor, NotifyPropertyWeaver

Mostra file Open project: shiftkey/NotifyPropertyWeaver

Public Methods

Method Description
Intercept ( object target, Action action, string propertyName ) : void
Intercept ( object target, Action action, string propertyName, object before, object after ) : void

Method Details

Intercept() public static method

public static Intercept ( object target, Action action, string propertyName ) : void
target object
action Action
propertyName string
return void

Intercept() public static method

public static Intercept ( object target, Action action, string propertyName, object before, object after ) : void
target object
action Action
propertyName string
before object
after object
return void