This topic has not yet been rated - Rate this topic

DragDeltaEventHandler delegate

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

Syntax


public delegate void DragDeltaEventHandler(
  object sender, 
  DragDeltaEventArgs e
)

Attributes

GuidAttribute("4ac24f9f-ac28-49e9-9189-dccffeb66472")
VersionAttribute(NTDDI_WIN8)
WebHostHiddenAttribute()

Parameters

sender

Type: System.Object [.NET] | Platform::Object [C++]

The object where the event handler is attached.

e

Type: DragDeltaEventArgs

The event data.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Controls.Primitives
Windows::UI::Xaml::Controls::Primitives [C++]

Metadata

Windows.winmd

 

 

Build date: 3/12/2013

© 2013 Microsoft. All rights reserved.