PocketPlanner Programmer's Guide

Item.OnVisualsChanged Method

See Also

Forces the item to be repainted.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

protected void OnVisualsChanged ()

Visual Basic

Protected Sub OnVisualsChanged ()

 Remarks

Call this method from within your derived classes when the appearance of the item has been changed.

 See Also