C# Class RatChat.Controls.CustomControlContainer

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

Public Properties

Property Type Description
CustomContentProperty System.Windows.DependencyProperty

Public Methods

Method Description
ConnectToChatSource ( System.Windows.Controls.UserControl CustomView, RatChat Source ) : void
OnApplyTemplate ( ) : void

Protected Methods

Method Description
FireChange ( string PropertyName ) : void

Private Methods

Method Description
CustomControlContainer ( ) : System
PART_CloseButton_Click ( object sender, RoutedEventArgs e ) : void
PART_OptionsButton_Click ( object sender, RoutedEventArgs e ) : void

Method Details

ConnectToChatSource() public method

public ConnectToChatSource ( System.Windows.Controls.UserControl CustomView, RatChat Source ) : void
CustomView System.Windows.Controls.UserControl
Source RatChat
return void

FireChange() protected method

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

OnApplyTemplate() public method

public OnApplyTemplate ( ) : void
return void

Property Details

CustomContentProperty public_oe static_oe property

public static DependencyProperty,System.Windows CustomContentProperty
return System.Windows.DependencyProperty