'Declaration Public Event DragOver As System.Windows.DragEventHandler
'Usage Dim instance As ColumnDropDownList Dim handler As System.Windows.DragEventHandler AddHandler instance.DragOver, handler
public event System.Windows.DragEventHandler DragOver
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.
Property | Description |
---|---|
Data | |
Handled | |
OriginalSource | (Inherited from System.Windows.RoutedEventArgs) |
See Also