C# Class LatestChatty.Controls.NestedListBoxItem

Inheritance: System.Windows.Controls.ListBoxItem
Datei anzeigen Open project: fleabix/LatestChatty-WP7 Class Usage Examples

Public Methods

Method Description
GetChild ( Comment c ) : NestedListBoxItem
NestedListBoxItem ( ) : System
NestedListBoxItem_Click ( object sender, RoutedEventArgs e ) : void
OnApplyTemplate ( ) : void

Method Details

GetChild() public method

public GetChild ( Comment c ) : NestedListBoxItem
c LatestChatty.Classes.Comment
return NestedListBoxItem

NestedListBoxItem() public method

public NestedListBoxItem ( ) : System
return System

NestedListBoxItem_Click() public method

public NestedListBoxItem_Click ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
return void

OnApplyTemplate() public method

public OnApplyTemplate ( ) : void
return void