バージョン

OnPropertyChanged メソッド (BaseTransactionService)

プロパティが変更されたときに呼び出されます。
シンタックス
'宣言
 
Protected Overridable Sub OnPropertyChanged( _
   ByVal propertyName As String, _
   ByVal oldValue As Object, _
   ByVal newValue As Object _
) 
protected virtual void OnPropertyChanged( 
   string propertyName,
   object oldValue,
   object newValue
)

パラメータ

propertyName
oldValue
newValue
参照