GoXam for WPF v3
UpdateSelectionAdornment Method
Northwoods.GoXam Namespace > Part Class : UpdateSelectionAdornment Method
This is responsible for creating a selection adornment for this part if this part IsSelected and if SelectionAdorned is true.
Syntax
protected virtual void UpdateSelectionAdornment()
Remarks

This also removes any selection adornment if this part is no longer selected, not visible, or if SelectionAdorned is false.

To create the selection adornment this calls MakeAdornment with the SelectionElement and the SelectionAdornmentTemplate. If there is no SelectionAdornmentTemplate for this part, the template defaults to the DataTemplate named "DefaultSelectionAdornmentTemplate".

See Also

Reference

Part Class
Part Members