Click or drag to resize
DigitalRuneContentControlOnContentChanged Method
Called when the Content was exchanged.

Namespace: DigitalRune.Game.UI.Controls
Assembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax
protected virtual void OnContentChanged(
	UIControl newContent,
	UIControl oldContent
)

Parameters

newContent
Type: DigitalRune.Game.UI.ControlsUIControl
The new content.
oldContent
Type: DigitalRune.Game.UI.ControlsUIControl
The old content.
See Also