ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / C1Label Class / CultureInfoSetup Event

In This Topic
    CultureInfoSetup Event (C1Label)
    In This Topic
    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