[]
Represents a method that handles events while the Gauge pointer is dragged.
public delegate void PointerDragEventHandler(object sender, PointerDragEventArgs e)
| Type | Name | Description |
|---|---|---|
| object | sender | The source of the event. |
| PointerDragEventArgs | e | A PointerDragEventArgs object that contains the event data. |
| Name | Description |
|---|---|
| PointerDragEventHandler(object, IntPtr) |
| Name | Description |
|---|---|
| BeginInvoke(object, PointerDragEventArgs, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(object, PointerDragEventArgs) |