Show / Hide Table of Contents

Delegate DragStartedEventHandler

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

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