System.Windows.Controls.ContentControl.OnRightChanged C# (CSharp) 메소드

OnRightChanged() 보호된 메소드

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. ///
리턴 void
		protected virtual void OnRightChanged (object oldContent, object newContent)
		{
			Console.WriteLine(newContent);
		}