C# Class DumpMiner.Common.BaseViewModel

Inheritance: INotifyPropertyChanged, IDisposable
Exibir arquivo Open project: dudikeleti/DumpMiner

Public Properties

Property Type Description
ViewModelDisposed Action

Public Methods

Method Description
Dispose ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void
OnPropertyChanged ( [ propertyName = "" ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

OnPropertyChanged() protected method

protected OnPropertyChanged ( [ propertyName = "" ) : void
propertyName [
return void

Property Details

ViewModelDisposed public_oe property

public Action ViewModelDisposed
return Action