This topic has not yet been rated - Rate this topic

ManipulationStartedEventHandler delegate

Represents the method that will handle ManipulationStarted and related events.

Syntax


public delegate void ManipulationStartedEventHandler(
  object sender, 
  ManipulationStartedRoutedEventArgs e
)

Attributes

GuidAttribute("f88345f8-e0a3-4be2-b90c-dc20e6d8beb0")
VersionAttribute(NTDDI_WIN8)
WebHostHiddenAttribute()

Parameters

sender

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

The object where the handler is attached.

e

Type: ManipulationStartedRoutedEventArgs

Event data for the event.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Input
Windows::UI::Xaml::Input [C++]

Metadata

Windows.winmd

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.