Table of Contents

Class AlsoNotifyForAttribute

Namespace
PropertyChanged
Assembly
PropertyChanged.dll
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field)]
public class AlsoNotifyForAttribute : Attribute, _Attribute
Inheritance
AlsoNotifyForAttribute
Implements
Inherited Members
Extension Methods

Constructors

AlsoNotifyForAttribute(string)

public AlsoNotifyForAttribute(string property)

Parameters

property string

AlsoNotifyForAttribute(string, params string[])

public AlsoNotifyForAttribute(string property, params string[] otherProperties)

Parameters

property string
otherProperties string[]