Show / Hide Table of Contents

Delegate DragDeltaEventHandler

Represents the method that will handle the DragDelta event of a Thumb.

Namespace: System.Windows.Controls.Primitives
Assembly: OpenSilver.dll
Syntax
public delegate void DragDeltaEventHandler(object sender, DragDeltaEventArgs e);
Parameters
Type Name Description
System.Object sender
DragDeltaEventArgs e
  • Improve this Doc
  • View Source