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