This topic has not yet been rated - Rate this topic

TabItem.OnContentChanged Method

This member overrides ContentControl.OnContentChanged(Object, Object), and more complete documentation might be available in that topic.

Called when the value of the Content property changes.

Namespace:  System.Windows.Controls
Assembly:  System.Windows.Controls (in System.Windows.Controls.dll)
protected override void OnContentChanged(
	Object oldContent,
	Object newContent
)

Parameters

oldContent
Type: System.Object
The previous TabItem content.
newContent
Type: System.Object
The new TabItem content.

Silverlight

Supported in: 5, 4, 3

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.