Method | Description | |
---|---|---|
Intercept ( object target, Action action, string propertyName ) : void | ||
Intercept ( object target, Action action, string propertyName, object before, object after ) : void |
public static Intercept ( object target, Action action, string propertyName ) : void | ||
target | object | |
action | Action | |
propertyName | string | |
return | void |
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 |