PostSharpAPI ReferencePost­Sharp.​Patterns.​XamlDependency­Property­AttributeOn­Property­Set
Open sandboxFocus

DependencyPropertyAttribute.OnPropertySet Method

OnPropertySet<T>(Object, ref T)

Declaration
[OnLocationSetValueAdvice(LinesOfCodeAvoided = 1, Master = "OnPropertyGet")]
[SelfPointcut]
[LocationInterceptionAdviceOptimization]
[Internal(AttributeId = 6350852601680003109L)]
[DebuggerAspectMethod]
public void OnPropertySet<T>([This] object instance, [LocationValue] ref T value)
Parameters
Type Name Description
Object instance
T value
Type Parameters
Name Description
T