[]
Represents a method that handles mouse events occuring for the Gauge items.
public delegate void ItemMouseEventHandler(object sender, ItemMouseEventArgs e)
| Type | Name | Description |
|---|---|---|
| object | sender | The source of the event. |
| ItemMouseEventArgs | e | An ItemMouseEventArgs object that contains the event data. |
| Name | Description |
|---|---|
| ItemMouseEventHandler(object, IntPtr) |
| Name | Description |
|---|---|
| BeginInvoke(object, ItemMouseEventArgs, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(object, ItemMouseEventArgs) |