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

OnLeftChanged() protected method

Called when the Content property changes.
protected OnLeftChanged ( 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 OnLeftChanged (object oldContent, object newContent)
		{
			Console.WriteLine(newContent);
		}