ContentControl.OnContentStringFormatChanged(String, String) メソッド
定義
ContentStringFormat プロパティが変更されたときに発生します。Occurs when the ContentStringFormat property changes.
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 の元の値。The old value of ContentStringFormat.
- newContentStringFormat
- String
ContentStringFormat の新しい値。The new value of ContentStringFormat.