C1.Win.C1Input.4.8 Assembly / C1.Win.C1Input Namespace / CultureInfoSetupEventHandler Delegate
The source of the event.
A CultureInfoSetupEventArgs object that contains the event data.

In This Topic
CultureInfoSetupEventHandler Delegate
In This Topic
Represents the method that handles a CultureInfoSetup event.
Syntax
'Declaration
 
Public Delegate Sub CultureInfoSetupEventHandler( _
   ByVal sender As Object, _
   ByVal e As CultureInfoSetupEventArgs _
) 
 

Parameters

sender
The source of the event.
e
A CultureInfoSetupEventArgs object that contains the event data.
See Also