C# Class WPFLocalizeExtension.Engine.WeakCultureChangedEventManager

This in line class is used to handle weak events to avoid memory leaks.
Inheritance: System.Windows.WeakEventManager
Mostrar archivo Open project: robertbaker/SevenUpdate Class Usage Examples

Private Properties

Property Type Description
AddListener void
InstanceOnCultureChanged void
RemoveListener void
StartListening void
StartStopListening void
StopListening void
WeakCultureChangedEventManager System

Private Methods

Method Description
AddListener ( IWeakEventListener listener ) : void

Adds an listener to the inner list of listeners.

InstanceOnCultureChanged ( ) : void

This method is called if the LocalizeDictionary.OnCultureChanged is called and the listening process is enabled.

RemoveListener ( IWeakEventListener listener ) : void

Removes an listener from the inner list of listeners.

StartListening ( object source ) : void
StartStopListening ( ) : void
StopListening ( object source ) : void
WeakCultureChangedEventManager ( ) : System

Prevents a default instance of the WeakCultureChangedEventManager class from being created.