PostSharpAPI ReferencePost­Sharp.​Patterns.​ModelNotify­Property­Changed­ServicesSignal­Property­Changing
Open sandboxFocus

Method SignalPropertyChanging

SignalPropertyChanging(Object, String)

Signals the PropertyChanging event of an object that is instrumented with the NotifyPropertyChangedAttribute aspect.

Declaration
public static void SignalPropertyChanging(object instance, string propertyName)
Parameters
Type Name Description
Object instance

An instance of a class instrumented with the NotifyPropertyChangedAttribute aspect

String propertyName

Name of the changed property.