BCGControlBar Library for .NET
LocaleChanged Event




Occurs when the XML-file of locale settings was changed.
Syntax
'Declaration
 
Public Event LocaleChanged As LocaleChangedEventHandler
'Usage
 
Dim instance As GlobalNotifier
Dim handler As LocaleChangedEventHandler
 
AddHandler instance.LocaleChanged, handler
public event LocaleChangedEventHandler LocaleChanged
public: __event LocaleChangedEventHandler* LocaleChanged
public:
event LocaleChangedEventHandler^ LocaleChanged
Event Data

The event handler receives an argument of type LocaleChangedEventArgs containing data related to this event. The following LocaleChangedEventArgs properties provide information specific to this event.

PropertyDescription
LocaleXML Specifies the path to the XML file with local settings.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GlobalNotifier Class
GlobalNotifier Members

Send Feedback