C# Class BeatSaberMarkupLanguage.Components.NotifiableBase

Like NotifiableSingleton{T}, but without the persistent singleton!
Inheritance: INotifyPropertyChanged
Mostra file Open project: monkeymanboy/BeatSaberMarkupLanguage

Protected Methods

Method Description
NotifyPropertyChanged ( string propertyName = null ) : void

Method Details

NotifyPropertyChanged() protected method

protected NotifyPropertyChanged ( string propertyName = null ) : void
propertyName string
return void