'宣言 Protected Overridable Sub OnPropertyChanged( _ ByVal propertyName As System.String _ )
'使用法 Dim instance As HistoryOptions Dim propertyName As System.String instance.OnPropertyChanged(propertyName)
protected virtual void OnPropertyChanged( System.string propertyName )
パラメータ
- propertyName
- The changed property name.