ComponentOne Input for WinForms
CultureInfoSetup Event (C1TextBox)

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > C1TextBox Class : CultureInfoSetup Event
CultureInfo can be set up (on startup) or has been changed.
Syntax
'Declaration
 
Public Event CultureInfoSetup As CultureInfoSetupEventHandler
public event CultureInfoSetupEventHandler CultureInfoSetup
Event Data

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

PropertyDescription
Regional settings.  
See Also