ComponentOne Carousel for WPF and Silverlight
PreviewDragLeave Event

C1.WPF.Carousel Namespace > C1CarouselPanel Class : PreviewDragLeave Event
Syntax
'Declaration
 
Public Event PreviewDragLeave As System.Windows.DragEventHandler
public event System.Windows.DragEventHandler PreviewDragLeave
Event Data

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

PropertyDescription
 
 
(Inherited from System.Windows.RoutedEventArgs)
See Also