[]
Represents the method that handles a CultureInfoSetup event.
public delegate void CultureInfoSetupEventHandler(object sender, CultureInfoSetupEventArgs e)
| Type | Name | Description |
|---|---|---|
| object | sender | The source of the event. |
| CultureInfoSetupEventArgs | e | A CultureInfoSetupEventArgs object that contains the event data. |
| Name | Description |
|---|---|
| CultureInfoSetupEventHandler(object, IntPtr) |
| Name | Description |
|---|---|
| BeginInvoke(object, CultureInfoSetupEventArgs, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(object, CultureInfoSetupEventArgs) |