'Declaration
Public Overridable Property HandleChildNodes As Boolean
'Usage
Dim instance As UAServerNode Dim value As Boolean instance.HandleChildNodes = value value = instance.HandleChildNodes
public virtual bool HandleChildNodes {get; set;}
Property Value
true
if the events from child nodes should be handled; otherwise, false
.
The default value of this property is True
.