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