ContentPresenter.OnContentStringFormatChanged(String, String) 메서드

정의

ContentStringFormat 속성이 변경될 때 호출됩니다.

protected:
 virtual void OnContentStringFormatChanged(System::String ^ oldContentStringFormat, System::String ^ newContentStringFormat);
protected virtual void OnContentStringFormatChanged (string oldContentStringFormat, string newContentStringFormat);
abstract member OnContentStringFormatChanged : string * string -> unit
override this.OnContentStringFormatChanged : string * string -> unit
Protected Overridable Sub OnContentStringFormatChanged (oldContentStringFormat As String, newContentStringFormat As String)

매개 변수

oldContentStringFormat
String

ContentStringFormat 속성의 이전 값입니다.

newContentStringFormat
String

ContentStringFormat 속성의 새 값입니다.

적용 대상