Piccolo.NET

PPropertyEventArgs Constructor 

Constructs a new PPropertyEventArgs.

public PPropertyEventArgs(
   object oldValue,
   object newValue
);

Parameters

oldValue
The old value of the property that changed.
newValue
The new value of the property that changed.

See Also

PPropertyEventArgs Class | UMD.HCIL.Piccolo.Event Namespace