C# Class OpenHome.Songcast.ConfigurationWindow

Interaction logic for SettingsWindow.xaml
Inheritance: System.Windows.Window, IConfigurationChangedHandler, INotifyPropertyChanged
Afficher le fichier Open project: openhome/ohSongcast Class Usage Examples

Méthodes publiques

Свойство Type Description
ChannelChanged System.Action
LatencyChanged System.Action
MulticastChanged System.Action
PresetChanged System.Action
SubnetChanged System.Action
TtlChanged Action

Méthodes publiques

Méthode Description
ConfigurationChanged ( IConfiguration aConfiguration ) : void
ConfigurationWindow ( ) : System
EventSubnetListCountChanged ( object sender, EventArgs e ) : void

Private Methods

Méthode Description
EventButtonChannelNewClick ( object sender, RoutedEventArgs e ) : void
EventComboBoxNetworkSelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
InformListeners ( System.Action aAction ) : void

Method Details

ConfigurationChanged() public méthode

public ConfigurationChanged ( IConfiguration aConfiguration ) : void
aConfiguration IConfiguration
Résultat void

ConfigurationWindow() public méthode

public ConfigurationWindow ( ) : System
Résultat System

EventSubnetListCountChanged() public méthode

public EventSubnetListCountChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Property Details

ChannelChanged public_oe property

public Action,System ChannelChanged
Résultat System.Action

LatencyChanged public_oe property

public Action,System LatencyChanged
Résultat System.Action

MulticastChanged public_oe property

public Action,System MulticastChanged
Résultat System.Action

PresetChanged public_oe property

public Action,System PresetChanged
Résultat System.Action

SubnetChanged public_oe property

public Action,System SubnetChanged
Résultat System.Action

TtlChanged public_oe property

public Action TtlChanged
Résultat Action