NotifyParentPropertyAttribute Constructor (Boolean)
.NET Framework (current version)
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.
Assembly: System (in System.dll)
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.
.NET Framework
Available since 1.1
Available since 1.1
Show: