Piccolo.NET

PCanvas.InteractingChanged Event

Occurs when the interacting state of a canvas changes.

public event PPropertyEventHandler InteractingChanged;

Event Data

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.

PropertyDescription
NewValue Gets the new value of the property that changed.
OldValue Gets the old value of the property that changed.

Remarks

When a canvas is interacting, the canvas will render at lower quality that is faster.

See Also

PCanvas Class | UMD.HCIL.Piccolo Namespace