C1.Win.C1Input.4.8 Assembly / C1.Win.C1Input Namespace / C1NumericEdit Class / CultureInfoSetup Event

CultureInfoSetup Event (C1NumericEdit)
CultureInfo can be set up (on startup) or has been changed.
Syntax
'Declaration
 
Public Event CultureInfoSetup As CultureInfoSetupEventHandler
 
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