Scheduler for WinRT
ManipulationStarted Event (AppointmentsCoverPane)


Syntax
'Declaration
 
Public Event ManipulationStarted As ManipulationStartedEventHandler
'Usage
 
Dim instance As AppointmentsCoverPane
Dim handler As ManipulationStartedEventHandler
 
AddHandler instance.ManipulationStarted, handler
public event ManipulationStartedEventHandler ManipulationStarted
Event Data

The event handler receives an argument of type ManipulationStartedRoutedEventArgs containing data related to this event. The following ManipulationStartedRoutedEventArgs properties provide information specific to this event.

PropertyDescription
Container  
Cumulative  
Handled  
OriginalSource (Inherited from Windows.UI.Xaml.RoutedEventArgs)
PointerDeviceType  
Position  
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AppointmentsCoverPane Class
AppointmentsCoverPane Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.