TimePickerRaisePropertyChanged メソッド |
Raises this object's PropertyChanged event.
名前空間:
OnSite.ClickerAce.Plugin.Views
アセンブリ:
OnSite.ClickerAce.Plugin (in OnSite.ClickerAce.Plugin.dll) バージョン: 2.4.8635.19588
構文protected void RaisePropertyChanged(
string propertyName = null
)
パラメーター
- propertyName (Optional)
- 型: SystemString
Name of the property used to notify listeners. This
value is optional and can be provided automatically when invoked from compilers
that support CallerMemberNameAttribute.
関連項目