C# Class MusikNet.Controls.MediaLibraryControl

Interaction logic for MediaLibrary.xaml
Inheritance: System.Windows.Controls.UserControl, IHasSubHeadline
Afficher le fichier Open project: nexus49/grado

Méthodes publiques

Méthode Description
GetSubHeadline ( ) : String
MediaLibraryControl ( ) : System
MediaLibrarySelectArtistEventHandler ( Object sender, RoutedEventArgs e ) : void

Private Methods

Méthode Description
Button_Click ( object sender, RoutedEventArgs e ) : void
ToggleButton_Checked ( object sender, RoutedEventArgs e ) : void
changeView ( System.Windows.Controls.Primitives.ToggleButton checkedButton ) : void
unCheckOtherToggleButtons ( System.Windows.Controls.Primitives.ToggleButton checkedButton ) : void

Method Details

GetSubHeadline() public méthode

public GetSubHeadline ( ) : String
Résultat String

MediaLibraryControl() public méthode

public MediaLibraryControl ( ) : System
Résultat System

MediaLibrarySelectArtistEventHandler() public méthode

public MediaLibrarySelectArtistEventHandler ( Object sender, RoutedEventArgs e ) : void
sender Object
e System.Windows.RoutedEventArgs
Résultat void