ComponentOne Input for WinForms
CultureInfoSetupEventHandler Delegate

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace : CultureInfoSetupEventHandler Delegate
The source of the event.
A CultureInfoSetupEventArgs object that contains the event data.
Represents the method that handles a CultureInfoSetup event.
Syntax
'Declaration
 
Public Delegate Sub CultureInfoSetupEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As CultureInfoSetupEventArgs _
) 
public delegate void CultureInfoSetupEventHandler( 
   System.object sender,
   CultureInfoSetupEventArgs e
)

Parameters

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

Reference

CultureInfoSetupEventHandler Members
C1.Win.C1Input Namespace