| ContentControlOnContentChanged Method |
Called when the
Content was exchanged.
Namespace: DigitalRune.Game.UI.ControlsAssembly: 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
)
Protected Overridable Sub OnContentChanged (
newContent As UIControl,
oldContent As UIControl
)
protected:
virtual void OnContentChanged(
UIControl^ newContent,
UIControl^ oldContent
)
abstract OnContentChanged :
newContent : UIControl *
oldContent : UIControl -> unit
override OnContentChanged :
newContent : UIControl *
oldContent : UIControl -> unit
Parameters
- newContent
- Type: DigitalRune.Game.UI.ControlsUIControl
The new content. - oldContent
- Type: DigitalRune.Game.UI.ControlsUIControl
The old content.
See Also