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

Inheritance: INotifyPropertyChanged, IDisposable
Datei anzeigen Open project: Slesa/Playground

Public Methods

Method Description
Dispose ( ) : void

Protected Methods

Method 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

Method Description
VerifyPropertyName ( string propertyName ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

OnDispose() protected method

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

OnPropertyChanged() protected method

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
return void