Method SignalPropertyChanged
SignalPropertyChanged(Object, String)
Signals the PropertyChanged event of an object that is instrumented with the NotifyPropertyChangedAttribute aspect.
Declaration
public static void SignalPropertyChanged(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. |