'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value whether this node will bubble its property changed event up in the parent chain.")> Public Property ShouldBubblePropertyChanged As System.Boolean
'Usage
Dim instance As NUINode Dim value As System.Boolean instance.ShouldBubblePropertyChanged = value value = instance.ShouldBubblePropertyChanged
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Gets/sets a value whether this node will bubble its property changed event up in the parent chain.")] public System.bool ShouldBubblePropertyChanged {get; set;}