C# Класс At.FF.Krems.Config_Gui.BrowserConfigViewModel

The browser config view model.
Наследование: INotifyPropertyChanged
Показать файл Открыть проект

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

Метод Описание
BrowserConfigViewModel ( ) : System

Initializes a new instance of the BrowserConfigViewModel class.

DisableEventHandler ( ) : void

Disables the event handler.

EnableEventHandler ( ) : void

Enables the event handler.

Приватные методы

Метод Описание
BrowserRegistryOnCollectionChanged ( object sender, NotifyCollectionChangedEventArgs notifyCollectionChangedEventArgs ) : void

Browsers the registry on collection changed.

OnPropertyChanged ( [ propertyName = null ) : void

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

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

Initializes a new instance of the BrowserConfigViewModel class.
public BrowserConfigViewModel ( ) : System
Результат System

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

Disables the event handler.
public DisableEventHandler ( ) : void
Результат void

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

Enables the event handler.
public EnableEventHandler ( ) : void
Результат void