Initiailzes a new instance of System.ComponentModel.Design.NotifyPropertyAttribute that uses the specified value to indicate whether the parent property should be notified when a child namespace property is modified.
[Visual Basic] Public Sub New( _ ByVal notifyParent As Boolean _ ) [C#] public NotifyParentPropertyAttribute( bool notifyParent ); [C++] public: NotifyParentPropertyAttribute( bool notifyParent ); [JScript] public function NotifyParentPropertyAttribute( notifyParent : Boolean );
NotifyParentPropertyAttribute Class | NotifyParentPropertyAttribute Members | System.ComponentModel.Design Namespace