C# Класс Spreadsheet.ViewModelBase

Наследование: INotifyPropertyChanged, IDisposable
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
Dispose ( ) : void

Invoked when this object is being removed from the application and will be subject to garbage collection.

Защищенные методы

Метод Описание
OnDispose ( ) : void

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

OnPropertyChanged ( string propertyName ) : void

Raises this object's PropertyChanged event.

ViewModelBase ( ) : System

Описание методов

Dispose() публичный Метод

Invoked when this object is being removed from the application and will be subject to garbage collection.
public Dispose ( ) : void
Результат void

OnDispose() защищенный Метод

Child classes can override this method to perform clean-up logic, such as removing event handlers.
protected OnDispose ( ) : void
Результат void

OnPropertyChanged() защищенный Метод

Raises this object's PropertyChanged event.
protected OnPropertyChanged ( string propertyName ) : void
propertyName string The property that has a new value.
Результат void

ViewModelBase() защищенный Метод

protected ViewModelBase ( ) : System
Результат System