NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

NotifyParentPropertyAttribute Constructor

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
);

Parameters

notifyParent
Whether the parent should be notified on changes.

See Also

NotifyParentPropertyAttribute Class | NotifyParentPropertyAttribute Members | System.ComponentModel.Design Namespace