Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

NotifyParentPropertyAttribute Constructor (Boolean)

 

Initializes a new instance of the NotifyParentPropertyAttribute class, using the specified value to determine whether the parent property is notified of changes to the value of the property.

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

public:
NotifyParentPropertyAttribute(
	bool notifyParent
)

Parameters

notifyParent
Type: System::Boolean

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

The following code example demonstrates how to use the NotifyParentPropertyAttribute and the ExpandableObjectConverter class to create an expandable property on a custom control.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft