C# Class OpenHome.Songcast.ConfigurationWindow

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

Public Properties

Property Type Description
ChannelChanged System.Action
LatencyChanged System.Action
MulticastChanged System.Action
PresetChanged System.Action
SubnetChanged System.Action
TtlChanged Action

Public Methods

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

Private Methods

Method 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 method

public ConfigurationChanged ( IConfiguration aConfiguration ) : void
aConfiguration IConfiguration
return void

ConfigurationWindow() public method

public ConfigurationWindow ( ) : System
return System

EventSubnetListCountChanged() public method

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

Property Details

ChannelChanged public_oe property

public Action,System ChannelChanged
return System.Action

LatencyChanged public_oe property

public Action,System LatencyChanged
return System.Action

MulticastChanged public_oe property

public Action,System MulticastChanged
return System.Action

PresetChanged public_oe property

public Action,System PresetChanged
return System.Action

SubnetChanged public_oe property

public Action,System SubnetChanged
return System.Action

TtlChanged public_oe property

public Action TtlChanged
return Action