'Declaration Public Event PreviewDragOver As DragEventHandler
public event DragEventHandler PreviewDragOver
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.
Property | Description |
---|---|
Data | |
Handled | |
OriginalSource | (Inherited from System.Windows.RoutedEventArgs) |
See Also