C# 클래스 At.FF.Krems.Config_Gui.BrowserConfigViewModel

The browser config view model.
상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: Grisu-NOE/Infoscreen

공개 메소드들

메소드 설명
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