[]
        
(Showing Draft Content)

C1.Win.Gauge.PointerDragEventHandler

PointerDragEventHandler Delegate

Represents a method that handles events while the Gauge pointer is dragged.

Namespace: C1.Win.Gauge
Assembly: C1.Win.Gauge.8.dll
Syntax
public delegate void PointerDragEventHandler(object sender, PointerDragEventArgs e)
Parameters
Type Name Description
object sender

The source of the event.

PointerDragEventArgs e

A PointerDragEventArgs object that contains the event data.

Constructors

Name Description
PointerDragEventHandler(object, nint)

Methods

Name Description
BeginInvoke(object, PointerDragEventArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, PointerDragEventArgs)