[]
        
(Showing Draft Content)

C1.Win.C1Input.CultureInfoSetupEventHandler

CultureInfoSetupEventHandler Delegate

Represents the method that handles a CultureInfoSetup event.

Namespace: C1.Win.C1Input
Assembly: C1.Win.C1Input.4.8.dll
Syntax
public delegate void CultureInfoSetupEventHandler(object sender, CultureInfoSetupEventArgs e)
Parameters
Type Name Description
object sender

The source of the event.

CultureInfoSetupEventArgs e

A CultureInfoSetupEventArgs object that contains the event data.

Constructors

Name Description
CultureInfoSetupEventHandler(object, IntPtr)

Methods

Name Description
BeginInvoke(object, CultureInfoSetupEventArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, CultureInfoSetupEventArgs)