C# Class GoogleVoice.MessageListBox.MessageListBoxItem

Inheritance: System.Windows.Controls.ListBoxItem
Afficher le fichier Open project: koush/GoogleVoice

Méthodes publiques

Méthode Description
MessageListBoxItem ( ) : System

Méthodes protégées

Méthode Description
OnContentChanged ( object oldContent, object newContent ) : void

Method Details

MessageListBoxItem() public méthode

public MessageListBoxItem ( ) : System
Résultat System

OnContentChanged() protected méthode

protected OnContentChanged ( object oldContent, object newContent ) : void
oldContent object
newContent object
Résultat void