C# Class nature_net.user_controls.avatar_list

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

Public Properties

Property Type Description
parent_frame System.Windows.Controls.ContentControl
return_value Image

Public Methods

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

Protected Methods

Method Description
OnManipulationBoundaryFeedback ( System.Windows.Input.ManipulationBoundaryFeedbackEventArgs e ) : void

Method Details

MoveAlongWith() public method

public MoveAlongWith ( System.Windows.Controls.UserControl parent ) : void
parent System.Windows.Controls.UserControl
return void

OnManipulationBoundaryFeedback() protected method

protected OnManipulationBoundaryFeedback ( System.Windows.Input.ManipulationBoundaryFeedbackEventArgs e ) : void
e System.Windows.Input.ManipulationBoundaryFeedbackEventArgs
return void

avatar_list() public method

public avatar_list ( ) : System
return System

listbox_avatars_SelectionChanged() public method

public listbox_avatars_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
sender object
e System.Windows.Controls.SelectionChangedEventArgs
return void

Property Details

parent_frame public_oe property

public ContentControl,System.Windows.Controls parent_frame
return System.Windows.Controls.ContentControl

return_value public_oe property

public Image return_value
return Image