[]
Initializes a new instance of an IconClickEventArgs.
public IconClickEventArgs(Control control, string error, MouseButtons button, int clicks, Point location)
| Type | Name | Description |
|---|---|---|
| Control | control | Control that has an associated error. |
| string | error | Error description text. |
| MouseButtons | button | Button that was clicked on the icon. |
| int | clicks | Number of times the mouse button was clicked. |
| Point | location | Location of the mouse in screen coordinates. |