ListBoxItem.OnManipulationCompleted Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Called when the ManipulationCompleted event occurs. This member overrides OnManipulationCompleted.
Assembly: System.Windows (in System.Windows.dll)
'Declaration Protected Overrides Sub OnManipulationCompleted ( _ e As ManipulationCompletedEventArgs _ )
Parameters
- e
- Type: System.Windows.Input.ManipulationCompletedEventArgs
Event data for the event.
Show: