NotifyParentPropertyAttribute::NotifyParent Property

 

Gets or sets a value indicating whether the parent property should be notified of changes to the value of the property.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

public:
property bool NotifyParent {
	bool get();
}

Property Value

Type: System::Boolean

true if the parent property should be notified of changes; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show: