Northwoods.GoSilverlight 1.1.3 Assembly
UpdateAdornments Method
See Also  Send Feedback
Northwoods.GoXam Namespace > Part Class : UpdateAdornments Method

Maybe create adornments if needed, or remove them if not.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub UpdateAdornments() 
C# 
public virtual void UpdateAdornments()

Remarks

This calls Part.UpdateSelectionAdornment and UpdateToolAdornments. This is called by OnIsSelectedChanged, among other places.

See Also