Search
Item.OnVisualsChanged Method
See Also
 






Forces the item to be repainted.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

protected void OnVisualsChanged ()

Visual Basic  Copy Code

Protected Sub OnVisualsChanged ()

 Remarks

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

 See Also