C# Class Godot.IcsEditor.Ui.ViewModel.ViewModelBase

Inheritance: INotifyPropertyChanged, IDisposable
Afficher le fichier Open project: Slesa/Playground

Méthodes publiques

Méthode Description
Dispose ( ) : void

Méthodes protégées

Méthode Description
OnDispose ( ) : void

Child classes can override this method to perform clean-up logic, such as removing event handlers.

OnPropertyChanged ( string propertyName ) : void

Private Methods

Méthode Description
VerifyPropertyName ( string propertyName ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

OnDispose() protected méthode

Child classes can override this method to perform clean-up logic, such as removing event handlers.
protected OnDispose ( ) : void
Résultat void

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
Résultat void