C# 클래스 OpenHome.Songcast.ConfigurationWindow

Interaction logic for SettingsWindow.xaml
상속: System.Windows.Window, IConfigurationChangedHandler, INotifyPropertyChanged
파일 보기 프로젝트 열기: openhome/ohSongcast 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ChannelChanged System.Action
LatencyChanged System.Action
MulticastChanged System.Action
PresetChanged System.Action
SubnetChanged System.Action
TtlChanged Action

공개 메소드들

메소드 설명
ConfigurationChanged ( IConfiguration aConfiguration ) : void
ConfigurationWindow ( ) : System
EventSubnetListCountChanged ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
EventButtonChannelNewClick ( object sender, RoutedEventArgs e ) : void
EventComboBoxNetworkSelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
InformListeners ( System.Action aAction ) : void

메소드 상세

ConfigurationChanged() 공개 메소드

public ConfigurationChanged ( IConfiguration aConfiguration ) : void
aConfiguration IConfiguration
리턴 void

ConfigurationWindow() 공개 메소드

public ConfigurationWindow ( ) : System
리턴 System

EventSubnetListCountChanged() 공개 메소드

public EventSubnetListCountChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

프로퍼티 상세

ChannelChanged 공개적으로 프로퍼티

public Action,System ChannelChanged
리턴 System.Action

LatencyChanged 공개적으로 프로퍼티

public Action,System LatencyChanged
리턴 System.Action

MulticastChanged 공개적으로 프로퍼티

public Action,System MulticastChanged
리턴 System.Action

PresetChanged 공개적으로 프로퍼티

public Action,System PresetChanged
리턴 System.Action

SubnetChanged 공개적으로 프로퍼티

public Action,System SubnetChanged
리턴 System.Action

TtlChanged 공개적으로 프로퍼티

public Action TtlChanged
리턴 Action