Piccolo.NET

PPropertyEventHandler Delegate

A delegate that is used to register for property change events on a PNode.

public delegate void PPropertyEventHandler(
   object sender,
   PPropertyEventArgs e
);

Remarks

Note the events that you get depend on the node that you have registered with. For example you will only get a bounds PropertyEvent when the bounds of the node that you have registered with changes, not when some other node's bounds change.

Requirements

Namespace: UMD.HCIL.Piccolo

Assembly: UMD.HCIL.Piccolo (in UMD.HCIL.Piccolo.dll)

See Also

UMD.HCIL.Piccolo Namespace | PPropertyEventArgs