C# Class GoogleVoice.MessageListBox.MessageListBoxItem

Inheritance: System.Windows.Controls.ListBoxItem
Show file Open project: koush/GoogleVoice

Public Methods

Method Description
MessageListBoxItem ( ) : System

Protected Methods

Method Description
OnContentChanged ( object oldContent, object newContent ) : void

Method Details

MessageListBoxItem() public method

public MessageListBoxItem ( ) : System
return System

OnContentChanged() protected method

protected OnContentChanged ( object oldContent, object newContent ) : void
oldContent object
newContent object
return void