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

The browser config view model.
Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: Grisu-NOE/Infoscreen

Méthodes publiques

Méthode 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

Méthode Description
BrowserRegistryOnCollectionChanged ( object sender, NotifyCollectionChangedEventArgs notifyCollectionChangedEventArgs ) : void

Browsers the registry on collection changed.

OnPropertyChanged ( [ propertyName = null ) : void

Method Details

BrowserConfigViewModel() public méthode

Initializes a new instance of the BrowserConfigViewModel class.
public BrowserConfigViewModel ( ) : System
Résultat System

DisableEventHandler() public méthode

Disables the event handler.
public DisableEventHandler ( ) : void
Résultat void

EnableEventHandler() public méthode

Enables the event handler.
public EnableEventHandler ( ) : void
Résultat void