C# Class RatChat.Controls.VisualChatCtrl

Inheritance: System.Windows.Controls.UserControl, INotifyPropertyChanged
Mostrar archivo Open project: JustOxlamon/Sc2tvChatPub Class Usage Examples

Public Methods

Method Description
ConnectToChatSource ( RatChat Source ) : void
OnApplyTemplate ( ) : void

Protected Methods

Method Description
FireChange ( string PropertyName ) : void

Private Methods

Method Description
PART_CloseButton_Click ( object sender, RoutedEventArgs e ) : void
PART_Messages_MouseDown ( object sender, System e ) : void
PART_OptionsButton_Click ( object sender, RoutedEventArgs e ) : void
Safe_Source_OnNewMessagesArrived ( List NewMessages ) : void
Source_OnNewMessagesArrived ( List NewMessages ) : void
VisualChatCtrl ( ) : System
mi_Click ( object sender, RoutedEventArgs e ) : void

Method Details

ConnectToChatSource() public method

public ConnectToChatSource ( RatChat Source ) : void
Source RatChat
return void

FireChange() protected method

protected FireChange ( string PropertyName ) : void
PropertyName string
return void

OnApplyTemplate() public method

public OnApplyTemplate ( ) : void
return void