ContentControl.OnContentChanged method

0 out of 1 rated this helpful - Rate this topic

Invoked when the value of the Content property changes.

Syntax


protected virtual void OnContentChanged(
  object oldContent, 
  object newContent
)

Parameters

oldContent

Type: System.Object [.NET] | Platform::Object [C++]

The old value of the Content property.

newContent

Type: System.Object [.NET] | Platform::Object [C++]

The new value of the Content property.

Remarks

If a value for ContentTemplateSelector exists, then the default implementation calls SelectTemplate on the implemented DataTemplateSelector, passing the newContent value as item, and the calling ContentControl as container. The return value then sets ContentTemplate automatically on the caller.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Controls
Windows::UI::Xaml::Controls [C++]

Metadata

Windows.winmd

See also

ContentControl

 

 

Build date: 3/12/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.