ActiveReports 10
DragEnter Event (Viewer)

GrapeCity.ActiveReports.Viewer.Silverlight.v10 Assembly > GrapeCity.ActiveReports Namespace > Viewer Class : DragEnter Event
Syntax
'Declaration
 
Public Event DragEnter As DragEventHandler
public event DragEventHandler DragEnter
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