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