ActiveReports 10
PreviewDragLeave Event

GrapeCity.ActiveReports.Viewer.Wpf.v10 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : PreviewDragLeave Event
Occurs when the input system reports an underlying drag event with this element as the drag origin.
Syntax
'Declaration
 
Public Event PreviewDragLeave As DragEventHandler
public event DragEventHandler PreviewDragLeave
Event Data

The event handler receives an argument of type 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