Occurs when the interacting state of a canvas changes.
The event handler receives an argument of type PPropertyEventArgs containing data related to this event. The following PPropertyEventArgs properties provide information specific to this event.
Property | Description |
---|---|
NewValue | Gets the new value of the property that changed. |
OldValue | Gets the old value of the property that changed. |
When a canvas is interacting, the canvas will render at lower quality that is faster.
PCanvas Class | UMD.HCIL.Piccolo Namespace