Piccolo.NET

PNode.FirePropertyChangedEvent Method 

Raise the given property change event.

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

Parameters

propertyKey
The key associated with the property that changed.
propertyCode
The code that identifies 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


Web Accessibility