C# Class nature_net.user_controls.avatar_list

Interaction logic for avatar_list.xaml
Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: naturenet/nature-net-ppi Class Usage Examples

Méthodes publiques

Свойство Type Description
parent_frame System.Windows.Controls.ContentControl
return_value Image

Méthodes publiques

Méthode Description
MoveAlongWith ( System.Windows.Controls.UserControl parent ) : void
avatar_list ( ) : System
listbox_avatars_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void

Méthodes protégées

Méthode Description
OnManipulationBoundaryFeedback ( System.Windows.Input.ManipulationBoundaryFeedbackEventArgs e ) : void

Method Details

MoveAlongWith() public méthode

public MoveAlongWith ( System.Windows.Controls.UserControl parent ) : void
parent System.Windows.Controls.UserControl
Résultat void

OnManipulationBoundaryFeedback() protected méthode

protected OnManipulationBoundaryFeedback ( System.Windows.Input.ManipulationBoundaryFeedbackEventArgs e ) : void
e System.Windows.Input.ManipulationBoundaryFeedbackEventArgs
Résultat void

avatar_list() public méthode

public avatar_list ( ) : System
Résultat System

listbox_avatars_SelectionChanged() public méthode

public listbox_avatars_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
sender object
e System.Windows.Controls.SelectionChangedEventArgs
Résultat void

Property Details

parent_frame public_oe property

public ContentControl,System.Windows.Controls parent_frame
Résultat System.Windows.Controls.ContentControl

return_value public_oe property

public Image return_value
Résultat Image