C# Class UI.Infrastructure.LocalizerEventManager

Inheritance: System.Windows.WeakEventManager
显示文件 Open project: Nirklav/TCPChat Class Usage Examples

Private Properties

Property Type Description
LocalizerEventManager System
OnLocaleChanged void

Public Methods

Method Description
AddListener ( Localizer source, IWeakEventListener listener ) : void
RemoveListener ( Localizer source, IWeakEventListener listener ) : void

Protected Methods

Method Description
NewListenerList ( ) : ListenerList
StartListening ( object source ) : void
StopListening ( object source ) : void

Private Methods

Method Description
LocalizerEventManager ( ) : System
OnLocaleChanged ( object sender, EventArgs e ) : void

Method Details

AddListener() public static method

public static AddListener ( Localizer source, IWeakEventListener listener ) : void
source Localizer
listener IWeakEventListener
return void

NewListenerList() protected method

protected NewListenerList ( ) : ListenerList
return ListenerList

RemoveListener() public static method

public static RemoveListener ( Localizer source, IWeakEventListener listener ) : void
source Localizer
listener IWeakEventListener
return void

StartListening() protected method

protected StartListening ( object source ) : void
source object
return void

StopListening() protected method

protected StopListening ( object source ) : void
source object
return void