[]
Represents the method that handles the PrepareDateTimeFormat event.
public delegate void PrepareDateTimeFormatEventHandler(object sender, PrepareDateTimeFormatEventArgs e)
| Type | Name | Description |
|---|---|---|
| object | sender | The source of the event. |
| PrepareDateTimeFormatEventArgs | e | A PrepareDateTimeFormatEventArgs object that contains the event data. |
| Name | Description |
|---|---|
| PrepareDateTimeFormatEventHandler(object, nint) |
| Name | Description |
|---|---|
| BeginInvoke(object, PrepareDateTimeFormatEventArgs, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(object, PrepareDateTimeFormatEventArgs) |