Piccolo.NET

PNode.FireChildPropertyChangedEvent Method 

Called by child node to forward property change events up the node tree so that property change listeners registered with this node will be notified of property changes of its children nodes.

protected virtual void FireChildPropertyChangedEvent(
   PPropertyEventArgs e,
   object propertyKey,
   int propertyCode
);

Parameters

e
The property change event to forward.
propertyKey
The key associated with the property that changed.
propertyCode
The code that identifies the property that changed.

Remarks

For performance reason only propertyCodes listed in the propertyChangeParentMask are forwarded.

See Also

PNode Class | UMD.HCIL.Piccolo Namespace


Web Accessibility