System.Windows.Controls.ContentControl.OnRightChanged C# (CSharp) Method

OnRightChanged() protected method

Called when the Content property changes.
protected OnRightChanged ( object oldContent, object newContent ) : void
oldContent object /// The old value of the Content property. ///
newContent object /// The new value of the Content property. ///
return void
		protected virtual void OnRightChanged (object oldContent, object newContent)
		{
			Console.WriteLine(newContent);
		}