C# Class At.FF.Krems.Config_Gui.BrowserConfigViewModel

The browser config view model.
Inheritance: INotifyPropertyChanged
Mostrar archivo Open project: Grisu-NOE/Infoscreen

Public Methods

Method Description
BrowserConfigViewModel ( ) : System

Initializes a new instance of the BrowserConfigViewModel class.

DisableEventHandler ( ) : void

Disables the event handler.

EnableEventHandler ( ) : void

Enables the event handler.

Private Methods

Method Description
BrowserRegistryOnCollectionChanged ( object sender, NotifyCollectionChangedEventArgs notifyCollectionChangedEventArgs ) : void

Browsers the registry on collection changed.

OnPropertyChanged ( [ propertyName = null ) : void

Method Details

BrowserConfigViewModel() public method

Initializes a new instance of the BrowserConfigViewModel class.
public BrowserConfigViewModel ( ) : System
return System

DisableEventHandler() public method

Disables the event handler.
public DisableEventHandler ( ) : void
return void

EnableEventHandler() public method

Enables the event handler.
public EnableEventHandler ( ) : void
return void