[]
Represents the method that handles Formatting or Formatted events.
public delegate void FormatEventHandler(object sender, FormatEventArgs e)
| Type | Name | Description |
|---|---|---|
| object | sender | The source of the event. |
| FormatEventArgs | e | A FormatEventArgs object that contains the event data |
| Name | Description |
|---|---|
| FormatEventHandler(object, IntPtr) |
| Name | Description |
|---|---|
| BeginInvoke(object, FormatEventArgs, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(object, FormatEventArgs) |