Piccolo.NET

PNode.FirePropertyChangedEvent Method 

Raise the given property change event.

protected virtual void FirePropertyChangedEvent(
   object propertyKey,
   object oldValue,
   object newValue
);

Parameters

propertyKey
The key associated with the property that changed.
oldValue
The old value of the property.
newValue
The new value of the property.

See Also

PNode Class | UMD.HCIL.Piccolo Namespace