Search
Item.onVisualsChanged Method
See Also
 






Forces the item to be repainted.

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

protected void onVisualsChanged ()

 Remarks

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

 See Also